Html Css Color HEX #D00BBB Deep Magenta

📋 copy color: '#D00BBB'

red 208 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #D00BBB

Tints of Deep Magenta #D00BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 51.23%
G = 2.71%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D00BBB (or 0xD00BBB) is known color: Deep Magenta. HEX triplet: D0, 0B and BB. RGB value is (208,11,187). Sum of RGB (Red+Green+Blue) = 208+11+187=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BBB is #2FF444. Grayscale: #595959. Windows color (decimal): -3142725 or 12258256. OLE color: 12258256.

HSL color Cylindrical-coordinate representation of color #D00BBB: hue angle of 306.4º 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 #D00BBB is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 11 187 -
CMYK 0 0.95 0.10 0.18
HSL 306.4º 0.9% 0.43% -
HSV(B) 306.4º 0.95% 0.82% -
XYZ 35.1 17.24 48.49 -
YUV 89.97 182.77 212.19 -
System Red Green Blue C M Y K H S L
Decimal 208 11 187 0 0.95 0.10 0.18 306.4 0.9 0.43
Hex D0 B BB 0 5F A 12 132 5A 2B
Octal 320 13 273 0 137 12 22 462 132 53
Binary 11010000 1011 10111011 0 1011111 1010 10010 100110010 1011010 101011

Color Harmonies of #D00BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00BBB

Black with #D00BBB

Text Example


Text Example

White with #D00BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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