Html Css Color HEX #DC0390 Hollywood Cerise

📋 copy color: '#DC0390'

red 220 ◦ green 3 ◦ blue 144

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

Shades of Hollywood Cerise #DC0390

Tints of Hollywood Cerise #DC0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 59.95%
G = 0.82%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC0390 (or 0xDC0390) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 90. RGB value is (220,3,144). Sum of RGB (Red+Green+Blue) = 220+3+144=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0390 is #23FC6F. Grayscale: #535353. Windows color (decimal): -2358384 or 9438172. OLE color: 9438172.

HSL color Cylindrical-coordinate representation of color #DC0390: hue angle of 321.01º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0390 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 144 -
CMYK 0 0.99 0.35 0.14
HSL 321.01º 0.97% 0.44% -
HSV(B) 321.01º 0.99% 0.86% -
XYZ 34.58 17.29 27.9 -
YUV 83.96 161.89 225.04 -
System Red Green Blue C M Y K H S L
Decimal 220 3 144 0 0.99 0.35 0.14 321.01 0.97 0.44
Hex DC 3 90 0 63 23 E 141 61 2C
Octal 334 3 220 0 143 43 16 501 141 54
Binary 11011100 11 10010000 0 1100011 100011 1110 101000001 1100001 101100

Color Harmonies of #DC0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0390

Black with #DC0390

Text Example


Text Example

White with #DC0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0390; }

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

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

background-color css

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

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

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

border-color css

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

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

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