Html Css Color HEX #DF0794 Hollywood Cerise

📋 copy color: '#DF0794'

red 223 ◦ green 7 ◦ blue 148

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

Shades of Hollywood Cerise #DF0794

Tints of Hollywood Cerise #DF0794

RGB

 RED value IS 223 (87.5% from 255) = 58.99%

 GREEN value IS 7 (3.13% from 255) = 1.85%

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

R = 58.99%
G = 1.85%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0794 (or 0xDF0794) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 94. RGB value is (223,7,148). Sum of RGB (Red+Green+Blue) = 223+7+148=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0794 is #20F86B. Grayscale: #575757. Windows color (decimal): -2160748 or 9701343. OLE color: 9701343.

HSL color Cylindrical-coordinate representation of color #DF0794: hue angle of 320.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0794 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 7 148 -
CMYK 0 0.97 0.34 0.13
HSL 320.83º 0.94% 0.45% -
HSV(B) 320.83º 0.97% 0.87% -
XYZ 35.85 17.98 29.6 -
YUV 87.66 162.06 224.54 -
System Red Green Blue C M Y K H S L
Decimal 223 7 148 0 0.97 0.34 0.13 320.83 0.94 0.45
Hex DF 7 94 0 61 22 D 141 5E 2D
Octal 337 7 224 0 141 42 15 501 136 55
Binary 11011111 111 10010100 0 1100001 100010 1101 101000001 1011110 101101

Color Harmonies of #DF0794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0794

Black with #DF0794

Text Example


Text Example

White with #DF0794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0794; }

 p { color: rgb(223,7,148); }

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

background-color css

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

 a { background-color: rgb(223,7,148); }

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

border-color css

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

 span { border-color: rgb(223,7,148); }

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