Html Css Color HEX #D209CB Deep Magenta

📋 copy color: '#D209CB'

red 210 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #D209CB

Tints of Deep Magenta #D209CB

RGB

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

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

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

R = 49.76%
G = 2.13%
B = 48.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D209CB (or 0xD209CB) is known color: Deep Magenta. HEX triplet: D2, 09 and CB. RGB value is (210,9,203). Sum of RGB (Red+Green+Blue) = 210+9+203=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D209CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209CB is #2DF634. Grayscale: #5A5A5A. Windows color (decimal): -3012149 or 13306322. OLE color: 13306322.

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

Color convert

RGB 210 9 203 -
CMYK 0 0.96 0.03 0.18
HSL 302.09º 0.92% 0.43% -
HSV(B) 302.09º 0.96% 0.82% -
XYZ 37.46 18.21 58.04 -
YUV 91.22 191.09 212.73 -
System Red Green Blue C M Y K H S L
Decimal 210 9 203 0 0.96 0.03 0.18 302.09 0.92 0.43
Hex D2 9 CB 0 60 3 12 12E 5C 2B
Octal 322 11 313 0 140 3 22 456 134 53
Binary 11010010 1001 11001011 0 1100000 11 10010 100101110 1011100 101011

Color Harmonies of #D209CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209CB

Black with #D209CB

Text Example


Text Example

White with #D209CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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