Html Css Color HEX #D409CB Deep Magenta

📋 copy color: '#D409CB'

red 212 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #D409CB

Tints of Deep Magenta #D409CB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.12%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 50%
G = 2.12%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D409CB (or 0xD409CB) is known color: Deep Magenta. HEX triplet: D4, 09 and CB. RGB value is (212,9,203). Sum of RGB (Red+Green+Blue) = 212+9+203=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D409CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409CB is #2BF634. Grayscale: #5B5B5B. Windows color (decimal): -2881077 or 13306324. OLE color: 13306324.

HSL color Cylindrical-coordinate representation of color #D409CB: hue angle of 302.66º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409CB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 9 203 -
CMYK 0 0.96 0.04 0.17
HSL 302.66º 0.92% 0.43% -
HSV(B) 302.66º 0.96% 0.83% -
XYZ 38.03 18.5 58.07 -
YUV 91.81 190.75 213.73 -
System Red Green Blue C M Y K H S L
Decimal 212 9 203 0 0.96 0.04 0.17 302.66 0.92 0.43
Hex D4 9 CB 0 60 4 11 12F 5C 2B
Octal 324 11 313 0 140 4 21 457 134 53
Binary 11010100 1001 11001011 0 1100000 100 10001 100101111 1011100 101011

Color Harmonies of #D409CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D409CB

Black with #D409CB

Text Example


Text Example

White with #D409CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D409CB; }

 p { color: rgb(212,9,203); }

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

background-color css

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

 a { background-color: rgb(212,9,203); }

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

border-color css

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

 span { border-color: rgb(212,9,203); }

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