Html Css Color HEX #DC06AF Hollywood Cerise

📋 copy color: '#DC06AF'

red 220 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #DC06AF

Tints of Hollywood Cerise #DC06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.5%

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

R = 54.86%
G = 1.5%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC06AF (or 0xDC06AF) is known color: Hollywood Cerise. HEX triplet: DC, 06 and AF. RGB value is (220,6,175). Sum of RGB (Red+Green+Blue) = 220+6+175=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC06AF is #23F950. Grayscale: #585858. Windows color (decimal): -2357585 or 11470556. OLE color: 11470556.

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

Color convert

RGB 220 6 175 -
CMYK 0 0.97 0.20 0.14
HSL 312.62º 0.95% 0.44% -
HSV(B) 312.62º 0.97% 0.86% -
XYZ 37.32 18.44 42.15 -
YUV 89.25 176.4 221.26 -
System Red Green Blue C M Y K H S L
Decimal 220 6 175 0 0.97 0.20 0.14 312.62 0.95 0.44
Hex DC 6 AF 0 61 14 E 139 5F 2C
Octal 334 6 257 0 141 24 16 471 137 54
Binary 11011100 110 10101111 0 1100001 10100 1110 100111001 1011111 101100

Color Harmonies of #DC06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC06AF

Black with #DC06AF

Text Example


Text Example

White with #DC06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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