Html Css Color HEX #D008B8 Deep Magenta

📋 copy color: '#D008B8'

red 208 ◦ green 8 ◦ blue 184

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

Shades of Deep Magenta #D008B8

Tints of Deep Magenta #D008B8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2%

 BLUE value IS 184 (72.27% from 255) = 46%

R = 52%
G = 2%
B = 46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D008B8 (or 0xD008B8) is known color: Deep Magenta. HEX triplet: D0, 08 and B8. RGB value is (208,8,184). Sum of RGB (Red+Green+Blue) = 208+8+184=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 184 (72.27% from 255 or 46% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008B8 is #2FF747. Grayscale: #575757. Windows color (decimal): -3143496 or 12060880. OLE color: 12060880.

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

Color convert

RGB 208 8 184 -
CMYK 0 0.96 0.12 0.18
HSL 307.2º 0.93% 0.42% -
HSV(B) 307.2º 0.96% 0.82% -
XYZ 34.75 17.04 46.81 -
YUV 87.86 182.26 213.69 -
System Red Green Blue C M Y K H S L
Decimal 208 8 184 0 0.96 0.12 0.18 307.2 0.93 0.42
Hex D0 8 B8 0 60 C 12 133 5D 2A
Octal 320 10 270 0 140 14 22 463 135 52
Binary 11010000 1000 10111000 0 1100000 1100 10010 100110011 1011101 101010

Color Harmonies of #D008B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008B8

Black with #D008B8

Text Example


Text Example

White with #D008B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008B8; }

 p { color: rgb(208,8,184); }

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

background-color css

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

 a { background-color: rgb(208,8,184); }

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

border-color css

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

 span { border-color: rgb(208,8,184); }

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