Html Css Color HEX #DF00AD Hollywood Cerise

📋 copy color: '#DF00AD'

red 223 ◦ green 0 ◦ blue 173

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

Shades of Hollywood Cerise #DF00AD

Tints of Hollywood Cerise #DF00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.31%
G = 0%
B = 43.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF00AD (or 0xDF00AD) is known color: Hollywood Cerise. HEX triplet: DF, 00 and AD. RGB value is (223,0,173). Sum of RGB (Red+Green+Blue) = 223+0+173=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00AD is #20FF52. Grayscale: #555555. Windows color (decimal): -2162515 or 11337951. OLE color: 11337951.

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

Color convert

RGB 223 0 173 -
CMYK 0 1 0.22 0.13
HSL 313.45º 1% 0.44% -
HSV(B) 313.45º 1% 0.87% -
XYZ 37.97 18.71 41.14 -
YUV 86.4 176.88 225.43 -
System Red Green Blue C M Y K H S L
Decimal 223 0 173 0 1 0.22 0.13 313.45 1 0.44
Hex DF 0 AD 0 64 16 D 139 64 2C
Octal 337 0 255 0 144 26 15 471 144 54
Binary 11011111 0 10101101 0 1100100 10110 1101 100111001 1100100 101100

Color Harmonies of #DF00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF00AD

Black with #DF00AD

Text Example


Text Example

White with #DF00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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