Html Css Color HEX #DC05AF Hollywood Cerise

📋 copy color: '#DC05AF'

red 220 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #DC05AF

Tints of Hollywood Cerise #DC05AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 55%
G = 1.25%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC05AF (or 0xDC05AF) is known color: Hollywood Cerise. HEX triplet: DC, 05 and AF. RGB value is (220,5,175). Sum of RGB (Red+Green+Blue) = 220+5+175=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05AF is #23FA50. Grayscale: #585858. Windows color (decimal): -2357841 or 11470300. OLE color: 11470300.

HSL color Cylindrical-coordinate representation of color #DC05AF: hue angle of 312.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05AF is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 175 -
CMYK 0 0.98 0.20 0.14
HSL 312.56º 0.96% 0.44% -
HSV(B) 312.56º 0.98% 0.86% -
XYZ 37.31 18.42 42.15 -
YUV 88.67 176.73 221.68 -
System Red Green Blue C M Y K H S L
Decimal 220 5 175 0 0.98 0.20 0.14 312.56 0.96 0.44
Hex DC 5 AF 0 62 14 E 139 60 2C
Octal 334 5 257 0 142 24 16 471 140 54
Binary 11011100 101 10101111 0 1100010 10100 1110 100111001 1100000 101100

Color Harmonies of #DC05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC05AF

Black with #DC05AF

Text Example


Text Example

White with #DC05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC05AF; }

 p { color: rgb(220,5,175); }

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

background-color css

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

 a { background-color: rgb(220,5,175); }

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

border-color css

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

 span { border-color: rgb(220,5,175); }

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