Html Css Color HEX #D402C9 Deep Magenta

📋 copy color: '#D402C9'

red 212 ◦ green 2 ◦ blue 201

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

Shades of Deep Magenta #D402C9

Tints of Deep Magenta #D402C9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 51.08%
G = 0.48%
B = 48.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D402C9 (or 0xD402C9) is known color: Deep Magenta. HEX triplet: D4, 02 and C9. RGB value is (212,2,201). Sum of RGB (Red+Green+Blue) = 212+2+201=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D402C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402C9 is #2BFD36. Grayscale: #565656. Windows color (decimal): -2882871 or 13173460. OLE color: 13173460.

HSL color Cylindrical-coordinate representation of color #D402C9: hue angle of 303.14º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402C9 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 2 201 -
CMYK 0 0.99 0.05 0.17
HSL 303.14º 0.98% 0.42% -
HSV(B) 303.14º 0.99% 0.83% -
XYZ 37.72 18.26 56.79 -
YUV 87.48 192.07 216.82 -
System Red Green Blue C M Y K H S L
Decimal 212 2 201 0 0.99 0.05 0.17 303.14 0.98 0.42
Hex D4 2 C9 0 63 5 11 12F 62 2A
Octal 324 2 311 0 143 5 21 457 142 52
Binary 11010100 10 11001001 0 1100011 101 10001 100101111 1100010 101010

Color Harmonies of #D402C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D402C9

Black with #D402C9

Text Example


Text Example

White with #D402C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D402C9; }

 p { color: rgb(212,2,201); }

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

background-color css

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

 a { background-color: rgb(212,2,201); }

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

border-color css

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

 span { border-color: rgb(212,2,201); }

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