Html Css Color HEX #DF019E Hollywood Cerise

📋 copy color: '#DF019E'

red 223 ◦ green 1 ◦ blue 158

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

Shades of Hollywood Cerise #DF019E

Tints of Hollywood Cerise #DF019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 58.38%
G = 0.26%
B = 41.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF019E (or 0xDF019E) is known color: Hollywood Cerise. HEX triplet: DF, 01 and 9E. RGB value is (223,1,158). Sum of RGB (Red+Green+Blue) = 223+1+158=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 1 (0.78% from 255 or 0.26% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF019E is #20FE61. Grayscale: #545454. Windows color (decimal): -2162274 or 10355167. OLE color: 10355167.

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

Color convert

RGB 223 1 158 -
CMYK 0 1.00 0.29 0.13
HSL 317.57º 0.99% 0.44% -
HSV(B) 317.57º 1% 0.87% -
XYZ 36.61 18.18 33.93 -
YUV 85.28 169.05 226.23 -
System Red Green Blue C M Y K H S L
Decimal 223 1 158 0 1.00 0.29 0.13 317.57 0.99 0.44
Hex DF 1 9E 0 64 1D D 13E 63 2C
Octal 337 1 236 0 144 35 15 476 143 54
Binary 11011111 1 10011110 0 1100100 11101 1101 100111110 1100011 101100

Color Harmonies of #DF019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF019E

Black with #DF019E

Text Example


Text Example

White with #DF019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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