Html Css Color HEX #DF76AE Persian Pink

📋 copy color: '#DF76AE'

red 223 ◦ green 118 ◦ blue 174

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

Shades of Persian Pink #DF76AE

Tints of Persian Pink #DF76AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 43.3%
G = 22.91%
B = 33.79%

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

#DF76AE (or 0xDF76AE) is known color: Persian Pink. HEX triplet: DF, 76 and AE. RGB value is (223,118,174). Sum of RGB (Red+Green+Blue) = 223+118+174=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF76AE is #208951. Grayscale: #9B9B9B. Windows color (decimal): -2132306 or 11433695. OLE color: 11433695.

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

Color convert

RGB 223 118 174 -
CMYK 0 0.47 0.22 0.13
HSL 328º 0.62% 0.67% -
HSV(B) 328º 0.47% 0.87% -
XYZ 44.55 31.7 43.82 -
YUV 155.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 223 118 174 0 0.47 0.22 0.13 328 0.62 0.67
Hex DF 76 AE 0 2F 16 D 148 3E 43
Octal 337 166 256 0 57 26 15 510 76 103
Binary 11011111 1110110 10101110 0 101111 10110 1101 101001000 111110 1000011

Color Harmonies of #DF76AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76AE

Black with #DF76AE

Text Example


Text Example

White with #DF76AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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