Html Css Color HEX #DC019A Hollywood Cerise

📋 copy color: '#DC019A'

red 220 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #DC019A

Tints of Hollywood Cerise #DC019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 58.67%
G = 0.27%
B = 41.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC019A (or 0xDC019A) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 9A. RGB value is (220,1,154). Sum of RGB (Red+Green+Blue) = 220+1+154=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC019A is #23FE65. Grayscale: #535353. Windows color (decimal): -2358886 or 10093020. OLE color: 10093020.

HSL color Cylindrical-coordinate representation of color #DC019A: hue angle of 318.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC019A is Cyan = 0, Magento = 1.00, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 154 -
CMYK 0 1.00 0.3 0.14
HSL 318.08º 0.99% 0.43% -
HSV(B) 318.08º 1% 0.86% -
XYZ 35.36 17.57 32.1 -
YUV 83.92 167.55 225.06 -
System Red Green Blue C M Y K H S L
Decimal 220 1 154 0 1.00 0.3 0.14 318.08 0.99 0.43
Hex DC 1 9A 0 64 1E E 13E 63 2B
Octal 334 1 232 0 144 36 16 476 143 53
Binary 11011100 1 10011010 0 1100100 11110 1110 100111110 1100011 101011

Color Harmonies of #DC019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC019A

Black with #DC019A

Text Example


Text Example

White with #DC019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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