Html Css Color HEX #DC069F Hollywood Cerise

📋 copy color: '#DC069F'

red 220 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #DC069F

Tints of Hollywood Cerise #DC069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 57.14%
G = 1.56%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC069F (or 0xDC069F) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9F. RGB value is (220,6,159). Sum of RGB (Red+Green+Blue) = 220+6+159=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 6 (2.73% from 255 or 1.56% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069F is #23F960. Grayscale: #575757. Windows color (decimal): -2357601 or 10421980. OLE color: 10421980.

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

Color convert

RGB 220 6 159 -
CMYK 0 0.97 0.28 0.14
HSL 317.1º 0.95% 0.44% -
HSV(B) 317.1º 0.97% 0.86% -
XYZ 35.84 17.85 34.36 -
YUV 87.43 168.4 222.56 -
System Red Green Blue C M Y K H S L
Decimal 220 6 159 0 0.97 0.28 0.14 317.1 0.95 0.44
Hex DC 6 9F 0 61 1C E 13D 5F 2C
Octal 334 6 237 0 141 34 16 475 137 54
Binary 11011100 110 10011111 0 1100001 11100 1110 100111101 1011111 101100

Color Harmonies of #DC069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC069F

Black with #DC069F

Text Example


Text Example

White with #DC069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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