Html Css Color HEX #D414CE Deep Magenta

📋 copy color: '#D414CE'

red 212 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #D414CE

Tints of Deep Magenta #D414CE

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 48.4%
G = 4.57%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D414CE (or 0xD414CE) is known color: Deep Magenta. HEX triplet: D4, 14 and CE. RGB value is (212,20,206). Sum of RGB (Red+Green+Blue) = 212+20+206=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D414CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414CE is #2BEB31. Grayscale: #626262. Windows color (decimal): -2878258 or 13505748. OLE color: 13505748.

HSL color Cylindrical-coordinate representation of color #D414CE: hue angle of 301.88º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414CE is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 206 -
CMYK 0 0.91 0.03 0.17
HSL 301.88º 0.83% 0.45% -
HSV(B) 301.88º 0.91% 0.83% -
XYZ 38.54 18.95 60.02 -
YUV 98.61 188.61 208.88 -
System Red Green Blue C M Y K H S L
Decimal 212 20 206 0 0.91 0.03 0.17 301.88 0.83 0.45
Hex D4 14 CE 0 5B 3 11 12E 53 2D
Octal 324 24 316 0 133 3 21 456 123 55
Binary 11010100 10100 11001110 0 1011011 11 10001 100101110 1010011 101101

Color Harmonies of #D414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414CE

Black with #D414CE

Text Example


Text Example

White with #D414CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414CE; }

 p { color: rgb(212,20,206); }

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

background-color css

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

 a { background-color: rgb(212,20,206); }

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

border-color css

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

 span { border-color: rgb(212,20,206); }

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