Html Css Color HEX #DC07AA Hollywood Cerise

📋 copy color: '#DC07AA'

red 220 ◦ green 7 ◦ blue 170

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

Shades of Hollywood Cerise #DC07AA

Tints of Hollywood Cerise #DC07AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 55.42%
G = 1.76%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC07AA (or 0xDC07AA) is known color: Hollywood Cerise. HEX triplet: DC, 07 and AA. RGB value is (220,7,170). Sum of RGB (Red+Green+Blue) = 220+7+170=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07AA is #23F855. Grayscale: #585858. Windows color (decimal): -2357334 or 11143132. OLE color: 11143132.

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

Color convert

RGB 220 7 170 -
CMYK 0 0.97 0.23 0.14
HSL 314.08º 0.94% 0.45% -
HSV(B) 314.08º 0.97% 0.86% -
XYZ 36.85 18.27 39.61 -
YUV 89.27 173.57 221.25 -
System Red Green Blue C M Y K H S L
Decimal 220 7 170 0 0.97 0.23 0.14 314.08 0.94 0.45
Hex DC 7 AA 0 61 17 E 13A 5E 2D
Octal 334 7 252 0 141 27 16 472 136 55
Binary 11011100 111 10101010 0 1100001 10111 1110 100111010 1011110 101101

Color Harmonies of #DC07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC07AA

Black with #DC07AA

Text Example


Text Example

White with #DC07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC07AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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