Html Css Color HEX #DF0191 Hollywood Cerise

📋 copy color: '#DF0191'

red 223 ◦ green 1 ◦ blue 145

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

Shades of Hollywood Cerise #DF0191

Tints of Hollywood Cerise #DF0191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 60.43%
G = 0.27%
B = 39.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF0191 (or 0xDF0191) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 91. RGB value is (223,1,145). Sum of RGB (Red+Green+Blue) = 223+1+145=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0191 is #20FE6E. Grayscale: #535353. Windows color (decimal): -2162287 or 9503199. OLE color: 9503199.

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

Color convert

RGB 223 1 145 -
CMYK 0 1.00 0.35 0.13
HSL 321.08º 0.99% 0.44% -
HSV(B) 321.08º 1% 0.87% -
XYZ 35.55 17.75 28.34 -
YUV 83.79 162.55 227.29 -
System Red Green Blue C M Y K H S L
Decimal 223 1 145 0 1.00 0.35 0.13 321.08 0.99 0.44
Hex DF 1 91 0 64 23 D 141 63 2C
Octal 337 1 221 0 144 43 15 501 143 54
Binary 11011111 1 10010001 0 1100100 100011 1101 101000001 1100011 101100

Color Harmonies of #DF0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0191

Black with #DF0191

Text Example


Text Example

White with #DF0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0191; }

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

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

background-color css

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

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

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

border-color css

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

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

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