Html Css Color HEX #DC01B0 Hollywood Cerise

📋 copy color: '#DC01B0'

red 220 ◦ green 1 ◦ blue 176

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

Shades of Hollywood Cerise #DC01B0

Tints of Hollywood Cerise #DC01B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.33%

R = 55.42%
G = 0.25%
B = 44.33%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC01B0 (or 0xDC01B0) is known color: Hollywood Cerise. HEX triplet: DC, 01 and B0. RGB value is (220,1,176). Sum of RGB (Red+Green+Blue) = 220+1+176=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01B0 is #23FE4F. Grayscale: #555555. Windows color (decimal): -2358864 or 11534812. OLE color: 11534812.

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

Color convert

RGB 220 1 176 -
CMYK 0 1.00 0.2 0.14
HSL 312.05º 0.99% 0.43% -
HSV(B) 312.05º 1% 0.86% -
XYZ 37.36 18.37 42.65 -
YUV 86.43 178.55 223.27 -
System Red Green Blue C M Y K H S L
Decimal 220 1 176 0 1.00 0.2 0.14 312.05 0.99 0.43
Hex DC 1 B0 0 64 14 E 138 63 2B
Octal 334 1 260 0 144 24 16 470 143 53
Binary 11011100 1 10110000 0 1100100 10100 1110 100111000 1100011 101011

Color Harmonies of #DC01B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01B0

Black with #DC01B0

Text Example


Text Example

White with #DC01B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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