Html Css Color HEX #DF1096 Hollywood Cerise

📋 copy color: '#DF1096'

red 223 ◦ green 16 ◦ blue 150

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

Shades of Hollywood Cerise #DF1096

Tints of Hollywood Cerise #DF1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

 BLUE value IS 150 (58.98% from 255) = 38.56%

R = 57.33%
G = 4.11%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF1096 (or 0xDF1096) is known color: Hollywood Cerise. HEX triplet: DF, 10 and 96. RGB value is (223,16,150). Sum of RGB (Red+Green+Blue) = 223+16+150=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1096 is #20EF69. Grayscale: #5C5C5C. Windows color (decimal): -2158442 or 9834719. OLE color: 9834719.

HSL color Cylindrical-coordinate representation of color #DF1096: hue angle of 321.16º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1096 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 16 150 -
CMYK 0 0.93 0.33 0.13
HSL 321.16º 0.87% 0.47% -
HSV(B) 321.16º 0.93% 0.87% -
XYZ 36.12 18.26 30.47 -
YUV 93.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 223 16 150 0 0.93 0.33 0.13 321.16 0.87 0.47
Hex DF 10 96 0 5D 21 D 141 57 2F
Octal 337 20 226 0 135 41 15 501 127 57
Binary 11011111 10000 10010110 0 1011101 100001 1101 101000001 1010111 101111

Color Harmonies of #DF1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1096

Black with #DF1096

Text Example


Text Example

White with #DF1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1096; }

 p { color: rgb(223,16,150); }

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

background-color css

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

 a { background-color: rgb(223,16,150); }

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

border-color css

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

 span { border-color: rgb(223,16,150); }

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