Html Css Color HEX #D802B2 Deep Magenta

📋 copy color: '#D802B2'

red 216 ◦ green 2 ◦ blue 178

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

Shades of Deep Magenta #D802B2

Tints of Deep Magenta #D802B2

RGB

 RED value IS 216 (84.77% from 255) = 54.55%

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

 BLUE value IS 178 (69.92% from 255) = 44.95%

R = 54.55%
G = 0.51%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D802B2 (or 0xD802B2) is known color: Deep Magenta. HEX triplet: D8, 02 and B2. RGB value is (216,2,178). Sum of RGB (Red+Green+Blue) = 216+2+178=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D802B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D802B2 is #27FD4D. Grayscale: #555555. Windows color (decimal): -2620750 or 11666136. OLE color: 11666136.

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

Color convert

RGB 216 2 178 -
CMYK 0 0.99 0.18 0.15
HSL 310.65º 0.98% 0.43% -
HSV(B) 310.65º 0.99% 0.85% -
XYZ 36.38 17.86 43.65 -
YUV 86.05 179.9 220.69 -
System Red Green Blue C M Y K H S L
Decimal 216 2 178 0 0.99 0.18 0.15 310.65 0.98 0.43
Hex D8 2 B2 0 63 12 F 137 62 2B
Octal 330 2 262 0 143 22 17 467 142 53
Binary 11011000 10 10110010 0 1100011 10010 1111 100110111 1100010 101011

Color Harmonies of #D802B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D802B2

Black with #D802B2

Text Example


Text Example

White with #D802B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D802B2; }

 p { color: rgb(216,2,178); }

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

background-color css

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

 a { background-color: rgb(216,2,178); }

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

border-color css

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

 span { border-color: rgb(216,2,178); }

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