Html Css Color HEX #D00DBB Deep Magenta

📋 copy color: '#D00DBB'

red 208 ◦ green 13 ◦ blue 187

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

Shades of Deep Magenta #D00DBB

Tints of Deep Magenta #D00DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

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

R = 50.98%
G = 3.19%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D00DBB (or 0xD00DBB) is known color: Deep Magenta. HEX triplet: D0, 0D and BB. RGB value is (208,13,187). Sum of RGB (Red+Green+Blue) = 208+13+187=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00DBB is #2FF244. Grayscale: #5A5A5A. Windows color (decimal): -3142213 or 12258768. OLE color: 12258768.

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

Color convert

RGB 208 13 187 -
CMYK 0 0.94 0.10 0.18
HSL 306.46º 0.88% 0.43% -
HSV(B) 306.46º 0.94% 0.82% -
XYZ 35.13 17.29 48.5 -
YUV 91.14 182.1 211.35 -
System Red Green Blue C M Y K H S L
Decimal 208 13 187 0 0.94 0.10 0.18 306.46 0.88 0.43
Hex D0 D BB 0 5E A 12 132 58 2B
Octal 320 15 273 0 136 12 22 462 130 53
Binary 11010000 1101 10111011 0 1011110 1010 10010 100110010 1011000 101011

Color Harmonies of #D00DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00DBB

Black with #D00DBB

Text Example


Text Example

White with #D00DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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