Html Css Color HEX #DC01B1 Hollywood Cerise

📋 copy color: '#DC01B1'

red 220 ◦ green 1 ◦ blue 177

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

Shades of Hollywood Cerise #DC01B1

Tints of Hollywood Cerise #DC01B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 55.28%
G = 0.25%
B = 44.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC01B1 (or 0xDC01B1) is known color: Hollywood Cerise. HEX triplet: DC, 01 and B1. RGB value is (220,1,177). Sum of RGB (Red+Green+Blue) = 220+1+177=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01B1 is #23FE4E. Grayscale: #565656. Windows color (decimal): -2358863 or 11600348. OLE color: 11600348.

HSL color Cylindrical-coordinate representation of color #DC01B1: hue angle of 311.78º 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 #DC01B1 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 177 -
CMYK 0 1.00 0.20 0.14
HSL 311.78º 0.99% 0.43% -
HSV(B) 311.78º 1% 0.86% -
XYZ 37.46 18.41 43.17 -
YUV 86.55 179.05 223.19 -
System Red Green Blue C M Y K H S L
Decimal 220 1 177 0 1.00 0.20 0.14 311.78 0.99 0.43
Hex DC 1 B1 0 64 14 E 138 63 2B
Octal 334 1 261 0 144 24 16 470 143 53
Binary 11011100 1 10110001 0 1100100 10100 1110 100111000 1100011 101011

Color Harmonies of #DC01B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01B1

Black with #DC01B1

Text Example


Text Example

White with #DC01B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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