Html Css Color HEX #D40CCD Deep Magenta

📋 copy color: '#D40CCD'

red 212 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #D40CCD

Tints of Deep Magenta #D40CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 49.42%
G = 2.8%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D40CCD (or 0xD40CCD) is known color: Deep Magenta. HEX triplet: D4, 0C and CD. RGB value is (212,12,205). Sum of RGB (Red+Green+Blue) = 212+12+205=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CCD is #2BF332. Grayscale: #5D5D5D. Windows color (decimal): -2880307 or 13438164. OLE color: 13438164.

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

Color convert

RGB 212 12 205 -
CMYK 0 0.94 0.03 0.17
HSL 302.1º 0.89% 0.44% -
HSV(B) 302.1º 0.94% 0.83% -
XYZ 38.3 18.67 59.34 -
YUV 93.8 190.76 212.31 -
System Red Green Blue C M Y K H S L
Decimal 212 12 205 0 0.94 0.03 0.17 302.1 0.89 0.44
Hex D4 C CD 0 5E 3 11 12E 59 2C
Octal 324 14 315 0 136 3 21 456 131 54
Binary 11010100 1100 11001101 0 1011110 11 10001 100101110 1011001 101100

Color Harmonies of #D40CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40CCD

Black with #D40CCD

Text Example


Text Example

White with #D40CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40CCD; }

 p { color: rgb(212,12,205); }

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

background-color css

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

 a { background-color: rgb(212,12,205); }

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

border-color css

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

 span { border-color: rgb(212,12,205); }

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