Html Css Color HEX #DC099F Hollywood Cerise

📋 copy color: '#DC099F'

red 220 ◦ green 9 ◦ blue 159

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

Shades of Hollywood Cerise #DC099F

Tints of Hollywood Cerise #DC099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 56.7%
G = 2.32%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC099F (or 0xDC099F) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9F. RGB value is (220,9,159). Sum of RGB (Red+Green+Blue) = 220+9+159=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099F is #23F660. Grayscale: #585858. Windows color (decimal): -2356833 or 10422748. OLE color: 10422748.

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

Color convert

RGB 220 9 159 -
CMYK 0 0.96 0.28 0.14
HSL 317.35º 0.92% 0.45% -
HSV(B) 317.35º 0.96% 0.86% -
XYZ 35.87 17.91 34.37 -
YUV 89.19 167.4 221.3 -
System Red Green Blue C M Y K H S L
Decimal 220 9 159 0 0.96 0.28 0.14 317.35 0.92 0.45
Hex DC 9 9F 0 60 1C E 13D 5C 2D
Octal 334 11 237 0 140 34 16 475 134 55
Binary 11011100 1001 10011111 0 1100000 11100 1110 100111101 1011100 101101

Color Harmonies of #DC099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC099F

Black with #DC099F

Text Example


Text Example

White with #DC099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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