Html Css Color HEX #DC07AE Hollywood Cerise

📋 copy color: '#DC07AE'

red 220 ◦ green 7 ◦ blue 174

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

Shades of Hollywood Cerise #DC07AE

Tints of Hollywood Cerise #DC07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

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

R = 54.86%
G = 1.75%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC07AE (or 0xDC07AE) is known color: Hollywood Cerise. HEX triplet: DC, 07 and AE. RGB value is (220,7,174). Sum of RGB (Red+Green+Blue) = 220+7+174=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07AE is #23F851. Grayscale: #595959. Windows color (decimal): -2357330 or 11405276. OLE color: 11405276.

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

Color convert

RGB 220 7 174 -
CMYK 0 0.97 0.21 0.14
HSL 312.96º 0.94% 0.45% -
HSV(B) 312.96º 0.97% 0.86% -
XYZ 37.23 18.42 41.64 -
YUV 89.73 175.57 220.92 -
System Red Green Blue C M Y K H S L
Decimal 220 7 174 0 0.97 0.21 0.14 312.96 0.94 0.45
Hex DC 7 AE 0 61 15 E 139 5E 2D
Octal 334 7 256 0 141 25 16 471 136 55
Binary 11011100 111 10101110 0 1100001 10101 1110 100111001 1011110 101101

Color Harmonies of #DC07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07AE

Black with #DC07AE

Text Example


Text Example

White with #DC07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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