Html Css Color HEX #DF16A0 Hollywood Cerise

📋 copy color: '#DF16A0'

red 223 ◦ green 22 ◦ blue 160

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

Shades of Hollywood Cerise #DF16A0

Tints of Hollywood Cerise #DF16A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 55.06%
G = 5.43%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF16A0 (or 0xDF16A0) is known color: Hollywood Cerise. HEX triplet: DF, 16 and A0. RGB value is (223,22,160). Sum of RGB (Red+Green+Blue) = 223+22+160=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16A0 is #20E95F. Grayscale: #616161. Windows color (decimal): -2156896 or 10491615. OLE color: 10491615.

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

Color convert

RGB 223 22 160 -
CMYK 0 0.90 0.28 0.13
HSL 318.81º 0.82% 0.48% -
HSV(B) 318.81º 0.9% 0.87% -
XYZ 37.06 18.8 34.93 -
YUV 97.83 163.09 217.28 -
System Red Green Blue C M Y K H S L
Decimal 223 22 160 0 0.90 0.28 0.13 318.81 0.82 0.48
Hex DF 16 A0 0 5A 1C D 13F 52 30
Octal 337 26 240 0 132 34 15 477 122 60
Binary 11011111 10110 10100000 0 1011010 11100 1101 100111111 1010010 110000

Color Harmonies of #DF16A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF16A0

Black with #DF16A0

Text Example


Text Example

White with #DF16A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF16A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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