Html Css Color HEX #DC1AA5 Hollywood Cerise

📋 copy color: '#DC1AA5'

red 220 ◦ green 26 ◦ blue 165

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

Shades of Hollywood Cerise #DC1AA5

Tints of Hollywood Cerise #DC1AA5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

 BLUE value IS 165 (64.84% from 255) = 40.15%

R = 53.53%
G = 6.33%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC1AA5 (or 0xDC1AA5) is known color: Hollywood Cerise. HEX triplet: DC, 1A and A5. RGB value is (220,26,165). Sum of RGB (Red+Green+Blue) = 220+26+165=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1AA5 is #23E55A. Grayscale: #636363. Windows color (decimal): -2352475 or 10820316. OLE color: 10820316.

HSL color Cylindrical-coordinate representation of color #DC1AA5: hue angle of 317.01º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1AA5 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 26 165 -
CMYK 0 0.88 0.25 0.14
HSL 317.01º 0.79% 0.48% -
HSV(B) 317.01º 0.88% 0.86% -
XYZ 36.68 18.67 37.27 -
YUV 99.85 164.77 213.7 -
System Red Green Blue C M Y K H S L
Decimal 220 26 165 0 0.88 0.25 0.14 317.01 0.79 0.48
Hex DC 1A A5 0 58 19 E 13D 4F 30
Octal 334 32 245 0 130 31 16 475 117 60
Binary 11011100 11010 10100101 0 1011000 11001 1110 100111101 1001111 110000

Color Harmonies of #DC1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1AA5

Black with #DC1AA5

Text Example


Text Example

White with #DC1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1AA5; }

 p { color: rgb(220,26,165); }

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

background-color css

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

 a { background-color: rgb(220,26,165); }

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

border-color css

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

 span { border-color: rgb(220,26,165); }

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