Html Css Color HEX #DF0593 Hollywood Cerise

📋 copy color: '#DF0593'

red 223 ◦ green 5 ◦ blue 147

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

Shades of Hollywood Cerise #DF0593

Tints of Hollywood Cerise #DF0593

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.33%

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

R = 59.47%
G = 1.33%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0593 (or 0xDF0593) is known color: Hollywood Cerise. HEX triplet: DF, 05 and 93. RGB value is (223,5,147). Sum of RGB (Red+Green+Blue) = 223+5+147=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0593 is #20FA6C. Grayscale: #565656. Windows color (decimal): -2161261 or 9635295. OLE color: 9635295.

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

Color convert

RGB 223 5 147 -
CMYK 0 0.98 0.34 0.13
HSL 320.92º 0.96% 0.45% -
HSV(B) 320.92º 0.98% 0.87% -
XYZ 35.75 17.9 29.18 -
YUV 86.37 162.22 225.45 -
System Red Green Blue C M Y K H S L
Decimal 223 5 147 0 0.98 0.34 0.13 320.92 0.96 0.45
Hex DF 5 93 0 62 22 D 141 60 2D
Octal 337 5 223 0 142 42 15 501 140 55
Binary 11011111 101 10010011 0 1100010 100010 1101 101000001 1100000 101101

Color Harmonies of #DF0593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0593

Black with #DF0593

Text Example


Text Example

White with #DF0593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0593; }

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

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

background-color css

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

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

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

border-color css

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

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

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