Html Css Color HEX #DC02BB Deep Magenta

📋 copy color: '#DC02BB'

red 220 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #DC02BB

Tints of Deep Magenta #DC02BB

RGB

 RED value IS 220 (86.33% from 255) = 53.79%

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 53.79%
G = 0.49%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC02BB (or 0xDC02BB) is known color: Deep Magenta. HEX triplet: DC, 02 and BB. RGB value is (220,2,187). Sum of RGB (Red+Green+Blue) = 220+2+187=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02BB is #23FD44. Grayscale: #575757. Windows color (decimal): -2358597 or 12255964. OLE color: 12255964.

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

Color convert

RGB 220 2 187 -
CMYK 0 0.99 0.15 0.14
HSL 309.08º 0.98% 0.44% -
HSV(B) 309.08º 0.99% 0.86% -
XYZ 38.51 18.85 48.62 -
YUV 88.27 183.72 221.96 -
System Red Green Blue C M Y K H S L
Decimal 220 2 187 0 0.99 0.15 0.14 309.08 0.98 0.44
Hex DC 2 BB 0 63 F E 135 62 2C
Octal 334 2 273 0 143 17 16 465 142 54
Binary 11011100 10 10111011 0 1100011 1111 1110 100110101 1100010 101100

Color Harmonies of #DC02BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02BB

Black with #DC02BB

Text Example


Text Example

White with #DC02BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02BB; }

 p { color: rgb(220,2,187); }

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

background-color css

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

 a { background-color: rgb(220,2,187); }

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

border-color css

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

 span { border-color: rgb(220,2,187); }

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