Html Css Color HEX #DF0391 Hollywood Cerise

📋 copy color: '#DF0391'

red 223 ◦ green 3 ◦ blue 145

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

Shades of Hollywood Cerise #DF0391

Tints of Hollywood Cerise #DF0391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 60.11%
G = 0.81%
B = 39.08%

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

#DF0391 (or 0xDF0391) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 91. RGB value is (223,3,145). Sum of RGB (Red+Green+Blue) = 223+3+145=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0391 is #20FC6E. Grayscale: #545454. Windows color (decimal): -2161775 or 9503711. OLE color: 9503711.

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

Color convert

RGB 223 3 145 -
CMYK 0 0.99 0.35 0.13
HSL 321.27º 0.97% 0.44% -
HSV(B) 321.27º 0.99% 0.87% -
XYZ 35.57 17.8 28.35 -
YUV 84.97 161.89 226.45 -
System Red Green Blue C M Y K H S L
Decimal 223 3 145 0 0.99 0.35 0.13 321.27 0.97 0.44
Hex DF 3 91 0 63 23 D 141 61 2C
Octal 337 3 221 0 143 43 15 501 141 54
Binary 11011111 11 10010001 0 1100011 100011 1101 101000001 1100001 101100

Color Harmonies of #DF0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0391

Black with #DF0391

Text Example


Text Example

White with #DF0391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0391; }

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

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

background-color css

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

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

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

border-color css

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

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

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