Html Css Color HEX #DF0793 Hollywood Cerise

📋 copy color: '#DF0793'

red 223 ◦ green 7 ◦ blue 147

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

Shades of Hollywood Cerise #DF0793

Tints of Hollywood Cerise #DF0793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 59.15%
G = 1.86%
B = 38.99%

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

#DF0793 (or 0xDF0793) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 93. RGB value is (223,7,147). Sum of RGB (Red+Green+Blue) = 223+7+147=377 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.15% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0793 is #20F86C. Grayscale: #575757. Windows color (decimal): -2160749 or 9635807. OLE color: 9635807.

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

Color convert

RGB 223 7 147 -
CMYK 0 0.97 0.34 0.13
HSL 321.11º 0.94% 0.45% -
HSV(B) 321.11º 0.97% 0.87% -
XYZ 35.77 17.95 29.18 -
YUV 87.54 161.56 224.62 -
System Red Green Blue C M Y K H S L
Decimal 223 7 147 0 0.97 0.34 0.13 321.11 0.94 0.45
Hex DF 7 93 0 61 22 D 141 5E 2D
Octal 337 7 223 0 141 42 15 501 136 55
Binary 11011111 111 10010011 0 1100001 100010 1101 101000001 1011110 101101

Color Harmonies of #DF0793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0793

Black with #DF0793

Text Example


Text Example

White with #DF0793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0793; }

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

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

background-color css

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

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

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

border-color css

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

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

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