Html Css Color HEX #DF0293 Hollywood Cerise

📋 copy color: '#DF0293'

red 223 ◦ green 2 ◦ blue 147

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

Shades of Hollywood Cerise #DF0293

Tints of Hollywood Cerise #DF0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 59.95%
G = 0.54%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF0293 (or 0xDF0293) is known color: Hollywood Cerise. HEX triplet: DF, 02 and 93. RGB value is (223,2,147). Sum of RGB (Red+Green+Blue) = 223+2+147=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0293 is #20FD6C. Grayscale: #545454. Windows color (decimal): -2162029 or 9634527. OLE color: 9634527.

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

Color convert

RGB 223 2 147 -
CMYK 0 0.99 0.34 0.13
HSL 320.63º 0.98% 0.44% -
HSV(B) 320.63º 0.99% 0.87% -
XYZ 35.72 17.84 29.16 -
YUV 84.61 163.22 226.71 -
System Red Green Blue C M Y K H S L
Decimal 223 2 147 0 0.99 0.34 0.13 320.63 0.98 0.44
Hex DF 2 93 0 63 22 D 141 62 2C
Octal 337 2 223 0 143 42 15 501 142 54
Binary 11011111 10 10010011 0 1100011 100010 1101 101000001 1100010 101100

Color Harmonies of #DF0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0293

Black with #DF0293

Text Example


Text Example

White with #DF0293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0293; }

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

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

background-color css

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

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

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

border-color css

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

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

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