Html Css Color HEX #D002B8 Deep Magenta

📋 copy color: '#D002B8'

red 208 ◦ green 2 ◦ blue 184

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

Shades of Deep Magenta #D002B8

Tints of Deep Magenta #D002B8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

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

R = 52.79%
G = 0.51%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D002B8 (or 0xD002B8) is known color: Deep Magenta. HEX triplet: D0, 02 and B8. RGB value is (208,2,184). Sum of RGB (Red+Green+Blue) = 208+2+184=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D002B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D002B8 is #2FFD47. Grayscale: #535353. Windows color (decimal): -3145032 or 12059344. OLE color: 12059344.

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

Color convert

RGB 208 2 184 -
CMYK 0 0.99 0.12 0.18
HSL 306.99º 0.98% 0.41% -
HSV(B) 306.99º 0.99% 0.82% -
XYZ 34.69 16.91 46.78 -
YUV 84.34 184.25 216.2 -
System Red Green Blue C M Y K H S L
Decimal 208 2 184 0 0.99 0.12 0.18 306.99 0.98 0.41
Hex D0 2 B8 0 63 C 12 133 62 29
Octal 320 2 270 0 143 14 22 463 142 51
Binary 11010000 10 10111000 0 1100011 1100 10010 100110011 1100010 101001

Color Harmonies of #D002B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002B8

Black with #D002B8

Text Example


Text Example

White with #D002B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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