Html Css Color HEX #D002AB Deep Magenta

📋 copy color: '#D002AB'

red 208 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #D002AB

Tints of Deep Magenta #D002AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 54.59%
G = 0.52%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D002AB (or 0xD002AB) is known color: Deep Magenta. HEX triplet: D0, 02 and AB. RGB value is (208,2,171). Sum of RGB (Red+Green+Blue) = 208+2+171=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D002AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002AB is #2FFD54. Grayscale: #525252. Windows color (decimal): -3145045 or 11207376. OLE color: 11207376.

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

Color convert

RGB 208 2 171 -
CMYK 0 0.99 0.18 0.18
HSL 310.78º 0.98% 0.41% -
HSV(B) 310.78º 0.99% 0.82% -
XYZ 33.38 16.39 39.93 -
YUV 82.86 177.75 217.26 -
System Red Green Blue C M Y K H S L
Decimal 208 2 171 0 0.99 0.18 0.18 310.78 0.98 0.41
Hex D0 2 AB 0 63 12 12 137 62 29
Octal 320 2 253 0 143 22 22 467 142 51
Binary 11010000 10 10101011 0 1100011 10010 10010 100110111 1100010 101001

Color Harmonies of #D002AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002AB

Black with #D002AB

Text Example


Text Example

White with #D002AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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