Html Css Color HEX #D00BC9 Deep Magenta

📋 copy color: '#D00BC9'

red 208 ◦ green 11 ◦ blue 201

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

Shades of Deep Magenta #D00BC9

Tints of Deep Magenta #D00BC9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.62%

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

R = 49.52%
G = 2.62%
B = 47.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D00BC9 (or 0xD00BC9) is known color: Deep Magenta. HEX triplet: D0, 0B and C9. RGB value is (208,11,201). Sum of RGB (Red+Green+Blue) = 208+11+201=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BC9 is #2FF436. Grayscale: #5B5B5B. Windows color (decimal): -3142711 or 13175760. OLE color: 13175760.

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

Color convert

RGB 208 11 201 -
CMYK 0 0.95 0.03 0.18
HSL 302.13º 0.9% 0.43% -
HSV(B) 302.13º 0.95% 0.82% -
XYZ 36.67 17.87 56.77 -
YUV 91.56 189.77 211.05 -
System Red Green Blue C M Y K H S L
Decimal 208 11 201 0 0.95 0.03 0.18 302.13 0.9 0.43
Hex D0 B C9 0 5F 3 12 12E 5A 2B
Octal 320 13 311 0 137 3 22 456 132 53
Binary 11010000 1011 11001001 0 1011111 11 10010 100101110 1011010 101011

Color Harmonies of #D00BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00BC9

Black with #D00BC9

Text Example


Text Example

White with #D00BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00BC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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