Html Css Color HEX #DC15AE Hollywood Cerise

📋 copy color: '#DC15AE'

red 220 ◦ green 21 ◦ blue 174

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

Shades of Hollywood Cerise #DC15AE

Tints of Hollywood Cerise #DC15AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.06%

 BLUE value IS 174 (68.36% from 255) = 41.93%

R = 53.01%
G = 5.06%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC15AE (or 0xDC15AE) is known color: Hollywood Cerise. HEX triplet: DC, 15 and AE. RGB value is (220,21,174). Sum of RGB (Red+Green+Blue) = 220+21+174=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 21 (8.59% from 255 or 5.06% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15AE is #23EA51. Grayscale: #616161. Windows color (decimal): -2353746 or 11408860. OLE color: 11408860.

HSL color Cylindrical-coordinate representation of color #DC15AE: hue angle of 313.87º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15AE is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 174 -
CMYK 0 0.90 0.21 0.14
HSL 313.87º 0.83% 0.47% -
HSV(B) 313.87º 0.9% 0.86% -
XYZ 37.42 18.81 41.7 -
YUV 97.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 220 21 174 0 0.90 0.21 0.14 313.87 0.83 0.47
Hex DC 15 AE 0 5A 15 E 13A 53 2F
Octal 334 25 256 0 132 25 16 472 123 57
Binary 11011100 10101 10101110 0 1011010 10101 1110 100111010 1010011 101111

Color Harmonies of #DC15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15AE

Black with #DC15AE

Text Example


Text Example

White with #DC15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15AE; }

 p { color: rgb(220,21,174); }

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

background-color css

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

 a { background-color: rgb(220,21,174); }

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

border-color css

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

 span { border-color: rgb(220,21,174); }

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