Html Css Color HEX #DF169D Hollywood Cerise

📋 copy color: '#DF169D'

red 223 ◦ green 22 ◦ blue 157

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

Shades of Hollywood Cerise #DF169D

Tints of Hollywood Cerise #DF169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 55.47%
G = 5.47%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF169D (or 0xDF169D) is known color: Hollywood Cerise. HEX triplet: DF, 16 and 9D. RGB value is (223,22,157). Sum of RGB (Red+Green+Blue) = 223+22+157=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF169D is #20E962. Grayscale: #616161. Windows color (decimal): -2156899 or 10295007. OLE color: 10295007.

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

Color convert

RGB 223 22 157 -
CMYK 0 0.90 0.30 0.13
HSL 319.7º 0.82% 0.48% -
HSV(B) 319.7º 0.9% 0.87% -
XYZ 36.8 18.7 33.57 -
YUV 97.49 161.59 217.52 -
System Red Green Blue C M Y K H S L
Decimal 223 22 157 0 0.90 0.30 0.13 319.7 0.82 0.48
Hex DF 16 9D 0 5A 1E D 140 52 30
Octal 337 26 235 0 132 36 15 500 122 60
Binary 11011111 10110 10011101 0 1011010 11110 1101 101000000 1010010 110000

Color Harmonies of #DF169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF169D

Black with #DF169D

Text Example


Text Example

White with #DF169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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