Html Css Color HEX #DC0694 Hollywood Cerise

📋 copy color: '#DC0694'

red 220 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #DC0694

Tints of Hollywood Cerise #DC0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 58.82%
G = 1.6%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC0694 (or 0xDC0694) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 94. RGB value is (220,6,148). Sum of RGB (Red+Green+Blue) = 220+6+148=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0694 is #23F96B. Grayscale: #555555. Windows color (decimal): -2357612 or 9701084. OLE color: 9701084.

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

Color convert

RGB 220 6 148 -
CMYK 0 0.97 0.33 0.14
HSL 320.19º 0.95% 0.44% -
HSV(B) 320.19º 0.97% 0.86% -
XYZ 34.93 17.48 29.55 -
YUV 86.17 162.9 223.45 -
System Red Green Blue C M Y K H S L
Decimal 220 6 148 0 0.97 0.33 0.14 320.19 0.95 0.44
Hex DC 6 94 0 61 21 E 140 5F 2C
Octal 334 6 224 0 141 41 16 500 137 54
Binary 11011100 110 10010100 0 1100001 100001 1110 101000000 1011111 101100

Color Harmonies of #DC0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0694

Black with #DC0694

Text Example


Text Example

White with #DC0694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0694; }

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

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

background-color css

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

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

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

border-color css

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

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

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