Html Css Color HEX #DC069E Hollywood Cerise

📋 copy color: '#DC069E'

red 220 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #DC069E

Tints of Hollywood Cerise #DC069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 57.29%
G = 1.56%
B = 41.15%

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

#DC069E (or 0xDC069E) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9E. RGB value is (220,6,158). Sum of RGB (Red+Green+Blue) = 220+6+158=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069E is #23F961. Grayscale: #565656. Windows color (decimal): -2357602 or 10356444. OLE color: 10356444.

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

Color convert

RGB 220 6 158 -
CMYK 0 0.97 0.28 0.14
HSL 317.38º 0.95% 0.44% -
HSV(B) 317.38º 0.97% 0.86% -
XYZ 35.75 17.81 33.9 -
YUV 87.31 167.9 222.64 -
System Red Green Blue C M Y K H S L
Decimal 220 6 158 0 0.97 0.28 0.14 317.38 0.95 0.44
Hex DC 6 9E 0 61 1C E 13D 5F 2C
Octal 334 6 236 0 141 34 16 475 137 54
Binary 11011100 110 10011110 0 1100001 11100 1110 100111101 1011111 101100

Color Harmonies of #DC069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC069E

Black with #DC069E

Text Example


Text Example

White with #DC069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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