Html Css Color HEX #DC01AF Hollywood Cerise

📋 copy color: '#DC01AF'

red 220 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #DC01AF

Tints of Hollywood Cerise #DC01AF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 55.56%
G = 0.25%
B = 44.19%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC01AF (or 0xDC01AF) is known color: Hollywood Cerise. HEX triplet: DC, 01 and AF. RGB value is (220,1,175). Sum of RGB (Red+Green+Blue) = 220+1+175=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC01AF is #23FE50. Grayscale: #555555. Windows color (decimal): -2358865 or 11469276. OLE color: 11469276.

HSL color Cylindrical-coordinate representation of color #DC01AF: hue angle of 312.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01AF is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 1 175 -
CMYK 0 1.00 0.20 0.14
HSL 312.33º 0.99% 0.43% -
HSV(B) 312.33º 1% 0.86% -
XYZ 37.26 18.33 42.13 -
YUV 86.32 178.05 223.35 -
System Red Green Blue C M Y K H S L
Decimal 220 1 175 0 1.00 0.20 0.14 312.33 0.99 0.43
Hex DC 1 AF 0 64 14 E 138 63 2B
Octal 334 1 257 0 144 24 16 470 143 53
Binary 11011100 1 10101111 0 1100100 10100 1110 100111000 1100011 101011

Color Harmonies of #DC01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01AF

Black with #DC01AF

Text Example


Text Example

White with #DC01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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