Html Css Color HEX #DF169E Hollywood Cerise

📋 copy color: '#DF169E'

red 223 ◦ green 22 ◦ blue 158

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

Shades of Hollywood Cerise #DF169E

Tints of Hollywood Cerise #DF169E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.46%

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

R = 55.33%
G = 5.46%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF169E (or 0xDF169E) is known color: Hollywood Cerise. HEX triplet: DF, 16 and 9E. RGB value is (223,22,158). Sum of RGB (Red+Green+Blue) = 223+22+158=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF169E is #20E961. Grayscale: #616161. Windows color (decimal): -2156898 or 10360543. OLE color: 10360543.

HSL color Cylindrical-coordinate representation of color #DF169E: hue angle of 319.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF169E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 22 158 -
CMYK 0 0.90 0.29 0.13
HSL 319.4º 0.82% 0.48% -
HSV(B) 319.4º 0.9% 0.87% -
XYZ 36.89 18.73 34.02 -
YUV 97.6 162.09 217.44 -
System Red Green Blue C M Y K H S L
Decimal 223 22 158 0 0.90 0.29 0.13 319.4 0.82 0.48
Hex DF 16 9E 0 5A 1D D 13F 52 30
Octal 337 26 236 0 132 35 15 477 122 60
Binary 11011111 10110 10011110 0 1011010 11101 1101 100111111 1010010 110000

Color Harmonies of #DF169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF169E

Black with #DF169E

Text Example


Text Example

White with #DF169E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF169E; }

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

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

background-color css

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

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

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

border-color css

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

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

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