Html Css Color HEX #DC099A Hollywood Cerise

📋 copy color: '#DC099A'

red 220 ◦ green 9 ◦ blue 154

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

Shades of Hollywood Cerise #DC099A

Tints of Hollywood Cerise #DC099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.21%

R = 57.44%
G = 2.35%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC099A (or 0xDC099A) is known color: Hollywood Cerise. HEX triplet: DC, 09 and 9A. RGB value is (220,9,154). Sum of RGB (Red+Green+Blue) = 220+9+154=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 154 (60.55% from 255 or 40.21% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC099A is #23F665. Grayscale: #585858. Windows color (decimal): -2356838 or 10095068. OLE color: 10095068.

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

Color convert

RGB 220 9 154 -
CMYK 0 0.96 0.3 0.14
HSL 318.77º 0.92% 0.45% -
HSV(B) 318.77º 0.96% 0.86% -
XYZ 35.45 17.74 32.13 -
YUV 88.62 164.9 221.71 -
System Red Green Blue C M Y K H S L
Decimal 220 9 154 0 0.96 0.3 0.14 318.77 0.92 0.45
Hex DC 9 9A 0 60 1E E 13F 5C 2D
Octal 334 11 232 0 140 36 16 477 134 55
Binary 11011100 1001 10011010 0 1100000 11110 1110 100111111 1011100 101101

Color Harmonies of #DC099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC099A

Black with #DC099A

Text Example


Text Example

White with #DC099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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