Html Css Color HEX #D00FC9 Deep Magenta

📋 copy color: '#D00FC9'

red 208 ◦ green 15 ◦ blue 201

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

Shades of Deep Magenta #D00FC9

Tints of Deep Magenta #D00FC9

RGB

 RED value IS 208 (81.64% from 255) = 49.06%

 GREEN value IS 15 (6.25% from 255) = 3.54%

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

R = 49.06%
G = 3.54%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D00FC9 (or 0xD00FC9) is known color: Deep Magenta. HEX triplet: D0, 0F and C9. RGB value is (208,15,201). Sum of RGB (Red+Green+Blue) = 208+15+201=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D00FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00FC9 is #2FF036. Grayscale: #5D5D5D. Windows color (decimal): -3141687 or 13176784. OLE color: 13176784.

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

Color convert

RGB 208 15 201 -
CMYK 0 0.93 0.03 0.18
HSL 302.18º 0.87% 0.44% -
HSV(B) 302.18º 0.93% 0.82% -
XYZ 36.73 17.97 56.79 -
YUV 93.91 188.44 209.38 -
System Red Green Blue C M Y K H S L
Decimal 208 15 201 0 0.93 0.03 0.18 302.18 0.87 0.44
Hex D0 F C9 0 5D 3 12 12E 57 2C
Octal 320 17 311 0 135 3 22 456 127 54
Binary 11010000 1111 11001001 0 1011101 11 10010 100101110 1010111 101100

Color Harmonies of #D00FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00FC9

Black with #D00FC9

Text Example


Text Example

White with #D00FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00FC9; }

 p { color: rgb(208,15,201); }

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

background-color css

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

 a { background-color: rgb(208,15,201); }

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

border-color css

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

 span { border-color: rgb(208,15,201); }

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