Html Css Color HEX #D214C8 Deep Magenta

📋 copy color: '#D214C8'

red 210 ◦ green 20 ◦ blue 200

#D214C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D214C8

Tints of Deep Magenta #D214C8

RGB

 RED value IS 210 (82.42% from 255) = 48.84%

 GREEN value IS 20 (8.2% from 255) = 4.65%

 BLUE value IS 200 (78.52% from 255) = 46.51%

R = 48.84%
G = 4.65%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D214C8 (or 0xD214C8) is known color: Deep Magenta. HEX triplet: D2, 14 and C8. RGB value is (210,20,200). Sum of RGB (Red+Green+Blue) = 210+20+200=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D214C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214C8 is #2DEB37. Grayscale: #606060. Windows color (decimal): -3009336 or 13112530. OLE color: 13112530.

HSL color Cylindrical-coordinate representation of color #D214C8: hue angle of 303.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D214C8 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 200 -
CMYK 0 0.90 0.05 0.18
HSL 303.16º 0.83% 0.45% -
HSV(B) 303.16º 0.9% 0.82% -
XYZ 37.25 18.37 56.23 -
YUV 97.33 185.95 208.36 -
System Red Green Blue C M Y K H S L
Decimal 210 20 200 0 0.90 0.05 0.18 303.16 0.83 0.45
Hex D2 14 C8 0 5A 5 12 12F 53 2D
Octal 322 24 310 0 132 5 22 457 123 55
Binary 11010010 10100 11001000 0 1011010 101 10010 100101111 1010011 101101

Color Harmonies of #D214C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214C8

Black with #D214C8

Text Example


Text Example

White with #D214C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214C8; }

 p { color: rgb(210,20,200); }

 H1.HeaderClassName
 {
   color: #D214C8;
 }
 .AnyTagClassName
 {
   color: #D214C8;
 }
</style>

background-color css

<style>
 a { background-color: #D214C8; }

 a { background-color: rgb(210,20,200); }

 div.DivClassName
 {
   background-color: #D214C8;
 }
 .BgClassName
 {
   background-color: #D214C8;
 }
</style>

border-color css

<style>
 span { border-color: #D214C8; }

 span { border-color: rgb(210,20,200); }

 td.TdClassName
 {
   border-color: #D214C8;
 }
 .TagClassName
 {
   border-color: #D214C8;
 }
</style>