Html Css Color HEX #D002AC Deep Magenta

📋 copy color: '#D002AC'

red 208 ◦ green 2 ◦ blue 172

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

Shades of Deep Magenta #D002AC

Tints of Deep Magenta #D002AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 54.45%
G = 0.52%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D002AC (or 0xD002AC) is known color: Deep Magenta. HEX triplet: D0, 02 and AC. RGB value is (208,2,172). Sum of RGB (Red+Green+Blue) = 208+2+172=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D002AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D002AC is #2FFD53. Grayscale: #525252. Windows color (decimal): -3145044 or 11272912. OLE color: 11272912.

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

Color convert

RGB 208 2 172 -
CMYK 0 0.99 0.17 0.18
HSL 310.49º 0.98% 0.41% -
HSV(B) 310.49º 0.99% 0.82% -
XYZ 33.48 16.43 40.44 -
YUV 82.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 208 2 172 0 0.99 0.17 0.18 310.49 0.98 0.41
Hex D0 2 AC 0 63 11 12 136 62 29
Octal 320 2 254 0 143 21 22 466 142 51
Binary 11010000 10 10101100 0 1100011 10001 10010 100110110 1100010 101001

Color Harmonies of #D002AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D002AC

Black with #D002AC

Text Example


Text Example

White with #D002AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D002AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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