Html Css Color HEX #DC00B2 Hollywood Cerise

📋 copy color: '#DC00B2'

red 220 ◦ green 0 ◦ blue 178

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

Shades of Hollywood Cerise #DC00B2

Tints of Hollywood Cerise #DC00B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.72%

R = 55.28%
G = 0%
B = 44.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC00B2 (or 0xDC00B2) is known color: Hollywood Cerise. HEX triplet: DC, 00 and B2. RGB value is (220,0,178). Sum of RGB (Red+Green+Blue) = 220+0+178=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 178 (69.92% from 255 or 44.72% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC00B2 is #23FF4D. Grayscale: #555555. Windows color (decimal): -2359118 or 11665628. OLE color: 11665628.

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

Color convert

RGB 220 0 178 -
CMYK 0 1 0.19 0.14
HSL 311.45º 1% 0.43% -
HSV(B) 311.45º 1% 0.86% -
XYZ 37.55 18.43 43.7 -
YUV 86.07 179.89 223.53 -
System Red Green Blue C M Y K H S L
Decimal 220 0 178 0 1 0.19 0.14 311.45 1 0.43
Hex DC 0 B2 0 64 13 E 137 64 2B
Octal 334 0 262 0 144 23 16 467 144 53
Binary 11011100 0 10110010 0 1100100 10011 1110 100110111 1100100 101011

Color Harmonies of #DC00B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC00B2

Black with #DC00B2

Text Example


Text Example

White with #DC00B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC00B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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