Html Css Color HEX #DC0395 Hollywood Cerise

📋 copy color: '#DC0395'

red 220 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #DC0395

Tints of Hollywood Cerise #DC0395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 59.14%
G = 0.81%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC0395 (or 0xDC0395) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 95. RGB value is (220,3,149). Sum of RGB (Red+Green+Blue) = 220+3+149=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0395 is #23FC6A. Grayscale: #545454. Windows color (decimal): -2358379 or 9765852. OLE color: 9765852.

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

Color convert

RGB 220 3 149 -
CMYK 0 0.99 0.32 0.14
HSL 319.63º 0.97% 0.44% -
HSV(B) 319.63º 0.99% 0.86% -
XYZ 34.97 17.45 29.96 -
YUV 84.53 164.39 224.63 -
System Red Green Blue C M Y K H S L
Decimal 220 3 149 0 0.99 0.32 0.14 319.63 0.97 0.44
Hex DC 3 95 0 63 20 E 140 61 2C
Octal 334 3 225 0 143 40 16 500 141 54
Binary 11011100 11 10010101 0 1100011 100000 1110 101000000 1100001 101100

Color Harmonies of #DC0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0395

Black with #DC0395

Text Example


Text Example

White with #DC0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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