Html Css Color HEX #DC009D Hollywood Cerise

📋 copy color: '#DC009D'

red 220 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #DC009D

Tints of Hollywood Cerise #DC009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 58.36%
G = 0%
B = 41.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC009D (or 0xDC009D) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 9D. RGB value is (220,0,157). Sum of RGB (Red+Green+Blue) = 220+0+157=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC009D is #23FF62. Grayscale: #535353. Windows color (decimal): -2359139 or 10289372. OLE color: 10289372.

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

Color convert

RGB 220 0 157 -
CMYK 0 1 0.29 0.14
HSL 317.18º 1% 0.43% -
HSV(B) 317.18º 1% 0.86% -
XYZ 35.6 17.65 33.43 -
YUV 83.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 220 0 157 0 1 0.29 0.14 317.18 1 0.43
Hex DC 0 9D 0 64 1D E 13D 64 2B
Octal 334 0 235 0 144 35 16 475 144 53
Binary 11011100 0 10011101 0 1100100 11101 1110 100111101 1100100 101011

Color Harmonies of #DC009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC009D

Black with #DC009D

Text Example


Text Example

White with #DC009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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