Html Css Color HEX #DF10AD Hollywood Cerise

📋 copy color: '#DF10AD'

red 223 ◦ green 16 ◦ blue 173

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

Shades of Hollywood Cerise #DF10AD

Tints of Hollywood Cerise #DF10AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 54.13%
G = 3.88%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF10AD (or 0xDF10AD) is known color: Hollywood Cerise. HEX triplet: DF, 10 and AD. RGB value is (223,16,173). Sum of RGB (Red+Green+Blue) = 223+16+173=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF10AD is #20EF52. Grayscale: #5F5F5F. Windows color (decimal): -2158419 or 11342047. OLE color: 11342047.

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

Color convert

RGB 223 16 173 -
CMYK 0 0.93 0.22 0.13
HSL 314.49º 0.87% 0.47% -
HSV(B) 314.49º 0.93% 0.87% -
XYZ 38.16 19.08 41.21 -
YUV 95.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 223 16 173 0 0.93 0.22 0.13 314.49 0.87 0.47
Hex DF 10 AD 0 5D 16 D 13A 57 2F
Octal 337 20 255 0 135 26 15 472 127 57
Binary 11011111 10000 10101101 0 1011101 10110 1101 100111010 1010111 101111

Color Harmonies of #DF10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF10AD

Black with #DF10AD

Text Example


Text Example

White with #DF10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF10AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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