Html Css Color HEX #DC099B Hollywood Cerise

📋 copy color: '#DC099B'

red 220 ◦ green 9 ◦ blue 155

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

Shades of Hollywood Cerise #DC099B

Tints of Hollywood Cerise #DC099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.34%

 BLUE value IS 155 (60.94% from 255) = 40.36%

R = 57.29%
G = 2.34%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC099B (or 0xDC099B) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9B. RGB value is (220,9,155). Sum of RGB (Red+Green+Blue) = 220+9+155=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099B is #23F664. Grayscale: #585858. Windows color (decimal): -2356837 or 10160604. OLE color: 10160604.

HSL color Cylindrical-coordinate representation of color #DC099B: hue angle of 318.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC099B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 155 -
CMYK 0 0.96 0.30 0.14
HSL 318.48º 0.92% 0.45% -
HSV(B) 318.48º 0.96% 0.86% -
XYZ 35.53 17.78 32.57 -
YUV 88.73 165.4 221.63 -
System Red Green Blue C M Y K H S L
Decimal 220 9 155 0 0.96 0.30 0.14 318.48 0.92 0.45
Hex DC 9 9B 0 60 1E E 13E 5C 2D
Octal 334 11 233 0 140 36 16 476 134 55
Binary 11011100 1001 10011011 0 1100000 11110 1110 100111110 1011100 101101

Color Harmonies of #DC099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC099B

Black with #DC099B

Text Example


Text Example

White with #DC099B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC099B; }

 p { color: rgb(220,9,155); }

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

background-color css

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

 a { background-color: rgb(220,9,155); }

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

border-color css

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

 span { border-color: rgb(220,9,155); }

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