Html Css Color HEX #DF76AD Persian Pink

📋 copy color: '#DF76AD'

red 223 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #DF76AD

Tints of Persian Pink #DF76AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.96%

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

R = 43.39%
G = 22.96%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF76AD (or 0xDF76AD) is known color: Persian Pink. HEX triplet: DF, 76 and AD. RGB value is (223,118,173). Sum of RGB (Red+Green+Blue) = 223+118+173=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76AD is #208952. Grayscale: #9B9B9B. Windows color (decimal): -2132307 or 11368159. OLE color: 11368159.

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

Color convert

RGB 223 118 173 -
CMYK 0 0.47 0.22 0.13
HSL 328.57º 0.62% 0.67% -
HSV(B) 328.57º 0.47% 0.87% -
XYZ 44.45 31.66 43.3 -
YUV 155.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 223 118 173 0 0.47 0.22 0.13 328.57 0.62 0.67
Hex DF 76 AD 0 2F 16 D 149 3E 43
Octal 337 166 255 0 57 26 15 511 76 103
Binary 11011111 1110110 10101101 0 101111 10110 1101 101001001 111110 1000011

Color Harmonies of #DF76AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76AD

Black with #DF76AD

Text Example


Text Example

White with #DF76AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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