Html Css Color HEX #DC0090 Hollywood Cerise

📋 copy color: '#DC0090'

red 220 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #DC0090

Tints of Hollywood Cerise #DC0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 60.44%
G = 0%
B = 39.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC0090 (or 0xDC0090) is known color: Hollywood Cerise. HEX triplet: DC, 00 and 90. RGB value is (220,0,144). Sum of RGB (Red+Green+Blue) = 220+0+144=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0090 is #23FF6F. Grayscale: #515151. Windows color (decimal): -2359152 or 9437404. OLE color: 9437404.

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

Color convert

RGB 220 0 144 -
CMYK 0 1 0.35 0.14
HSL 320.73º 1% 0.43% -
HSV(B) 320.73º 1% 0.86% -
XYZ 34.55 17.23 27.89 -
YUV 82.2 162.89 226.29 -
System Red Green Blue C M Y K H S L
Decimal 220 0 144 0 1 0.35 0.14 320.73 1 0.43
Hex DC 0 90 0 64 23 E 141 64 2B
Octal 334 0 220 0 144 43 16 501 144 53
Binary 11011100 0 10010000 0 1100100 100011 1110 101000001 1100100 101011

Color Harmonies of #DC0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0090

Black with #DC0090

Text Example


Text Example

White with #DC0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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