Html Css Color HEX #DC01B3 Hollywood Cerise

📋 copy color: '#DC01B3'

red 220 ◦ green 1 ◦ blue 179

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

Shades of Hollywood Cerise #DC01B3

Tints of Hollywood Cerise #DC01B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.75%

R = 55%
G = 0.25%
B = 44.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC01B3 (or 0xDC01B3) is known color: Hollywood Cerise. HEX triplet: DC, 01 and B3. RGB value is (220,1,179). Sum of RGB (Red+Green+Blue) = 220+1+179=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01B3 is #23FE4C. Grayscale: #565656. Windows color (decimal): -2358861 or 11731420. OLE color: 11731420.

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

Color convert

RGB 220 1 179 -
CMYK 0 1.00 0.19 0.14
HSL 311.23º 0.99% 0.43% -
HSV(B) 311.23º 1% 0.86% -
XYZ 37.66 18.49 44.23 -
YUV 86.77 180.05 223.03 -
System Red Green Blue C M Y K H S L
Decimal 220 1 179 0 1.00 0.19 0.14 311.23 0.99 0.43
Hex DC 1 B3 0 64 13 E 137 63 2B
Octal 334 1 263 0 144 23 16 467 143 53
Binary 11011100 1 10110011 0 1100100 10011 1110 100110111 1100011 101011

Color Harmonies of #DC01B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01B3

Black with #DC01B3

Text Example


Text Example

White with #DC01B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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