Html Css Color HEX #DF0392 Hollywood Cerise

📋 copy color: '#DF0392'

red 223 ◦ green 3 ◦ blue 146

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

Shades of Hollywood Cerise #DF0392

Tints of Hollywood Cerise #DF0392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 59.95%
G = 0.81%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0392 (or 0xDF0392) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 92. RGB value is (223,3,146). Sum of RGB (Red+Green+Blue) = 223+3+146=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0392 is #20FC6D. Grayscale: #545454. Windows color (decimal): -2161774 or 9569247. OLE color: 9569247.

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

Color convert

RGB 223 3 146 -
CMYK 0 0.99 0.35 0.13
HSL 321º 0.97% 0.44% -
HSV(B) 321º 0.99% 0.87% -
XYZ 35.65 17.83 28.76 -
YUV 85.08 162.39 226.37 -
System Red Green Blue C M Y K H S L
Decimal 223 3 146 0 0.99 0.35 0.13 321 0.97 0.44
Hex DF 3 92 0 63 23 D 141 61 2C
Octal 337 3 222 0 143 43 15 501 141 54
Binary 11011111 11 10010010 0 1100011 100011 1101 101000001 1100001 101100

Color Harmonies of #DF0392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0392

Black with #DF0392

Text Example


Text Example

White with #DF0392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0392; }

 p { color: rgb(223,3,146); }

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

background-color css

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

 a { background-color: rgb(223,3,146); }

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

border-color css

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

 span { border-color: rgb(223,3,146); }

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