Html Css Color HEX #DC01BB Deep Magenta

📋 copy color: '#DC01BB'

red 220 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #DC01BB

Tints of Deep Magenta #DC01BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 53.92%
G = 0.25%
B = 45.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC01BB (or 0xDC01BB) is known color: Deep Magenta. HEX triplet: DC, 01 and BB. RGB value is (220,1,187). Sum of RGB (Red+Green+Blue) = 220+1+187=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01BB is #23FE44. Grayscale: #575757. Windows color (decimal): -2358853 or 12255708. OLE color: 12255708.

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

Color convert

RGB 220 1 187 -
CMYK 0 1.00 0.15 0.14
HSL 309.04º 0.99% 0.43% -
HSV(B) 309.04º 1% 0.86% -
XYZ 38.5 18.83 48.62 -
YUV 87.69 184.05 222.38 -
System Red Green Blue C M Y K H S L
Decimal 220 1 187 0 1.00 0.15 0.14 309.04 0.99 0.43
Hex DC 1 BB 0 64 F E 135 63 2B
Octal 334 1 273 0 144 17 16 465 143 53
Binary 11011100 1 10111011 0 1100100 1111 1110 100110101 1100011 101011

Color Harmonies of #DC01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01BB

Black with #DC01BB

Text Example


Text Example

White with #DC01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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