Html Css Color HEX #DF05AD Hollywood Cerise

📋 copy color: '#DF05AD'

red 223 ◦ green 5 ◦ blue 173

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

Shades of Hollywood Cerise #DF05AD

Tints of Hollywood Cerise #DF05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 55.61%
G = 1.25%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF05AD (or 0xDF05AD) is known color: Hollywood Cerise. HEX triplet: DF, 05 and AD. RGB value is (223,5,173). Sum of RGB (Red+Green+Blue) = 223+5+173=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05AD is #20FA52. Grayscale: #585858. Windows color (decimal): -2161235 or 11339231. OLE color: 11339231.

HSL color Cylindrical-coordinate representation of color #DF05AD: hue angle of 313.76º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05AD is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 5 173 -
CMYK 0 0.98 0.22 0.13
HSL 313.76º 0.96% 0.45% -
HSV(B) 313.76º 0.98% 0.87% -
XYZ 38.03 18.81 41.16 -
YUV 89.33 175.22 223.34 -
System Red Green Blue C M Y K H S L
Decimal 223 5 173 0 0.98 0.22 0.13 313.76 0.96 0.45
Hex DF 5 AD 0 62 16 D 13A 60 2D
Octal 337 5 255 0 142 26 15 472 140 55
Binary 11011111 101 10101101 0 1100010 10110 1101 100111010 1100000 101101

Color Harmonies of #DF05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF05AD

Black with #DF05AD

Text Example


Text Example

White with #DF05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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