Html Css Color HEX #DC00B1 Hollywood Cerise

📋 copy color: '#DC00B1'

red 220 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #DC00B1

Tints of Hollywood Cerise #DC00B1

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.42%
G = 0%
B = 44.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC00B1 (or 0xDC00B1) is known color: Hollywood Cerise. HEX triplet: DC, 00 and B1. RGB value is (220,0,177). Sum of RGB (Red+Green+Blue) = 220+0+177=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00B1 is #23FF4E. Grayscale: #555555. Windows color (decimal): -2359119 or 11600092. OLE color: 11600092.

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

Color convert

RGB 220 0 177 -
CMYK 0 1 0.20 0.14
HSL 311.73º 1% 0.43% -
HSV(B) 311.73º 1% 0.86% -
XYZ 37.45 18.39 43.17 -
YUV 85.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 220 0 177 0 1 0.20 0.14 311.73 1 0.43
Hex DC 0 B1 0 64 14 E 138 64 2B
Octal 334 0 261 0 144 24 16 470 144 53
Binary 11011100 0 10110001 0 1100100 10100 1110 100111000 1100100 101011

Color Harmonies of #DC00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00B1

Black with #DC00B1

Text Example


Text Example

White with #DC00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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