Html Css Color HEX #DF7AAF Persian Pink

📋 copy color: '#DF7AAF'

red 223 ◦ green 122 ◦ blue 175

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

Shades of Persian Pink #DF7AAF

Tints of Persian Pink #DF7AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.46%

 BLUE value IS 175 (68.75% from 255) = 33.65%

R = 42.88%
G = 23.46%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF7AAF (or 0xDF7AAF) is known color: Persian Pink. HEX triplet: DF, 7A and AF. RGB value is (223,122,175). Sum of RGB (Red+Green+Blue) = 223+122+175=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7AAF is #208550. Grayscale: #9E9E9E. Windows color (decimal): -2131281 or 11500255. OLE color: 11500255.

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

Color convert

RGB 223 122 175 -
CMYK 0 0.45 0.22 0.13
HSL 328.51º 0.61% 0.68% -
HSV(B) 328.51º 0.45% 0.87% -
XYZ 45.13 32.7 44.49 -
YUV 158.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 223 122 175 0 0.45 0.22 0.13 328.51 0.61 0.68
Hex DF 7A AF 0 2D 16 D 149 3D 44
Octal 337 172 257 0 55 26 15 511 75 104
Binary 11011111 1111010 10101111 0 101101 10110 1101 101001001 111101 1000100

Color Harmonies of #DF7AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7AAF

Black with #DF7AAF

Text Example


Text Example

White with #DF7AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7AAF; }

 p { color: rgb(223,122,175); }

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

background-color css

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

 a { background-color: rgb(223,122,175); }

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

border-color css

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

 span { border-color: rgb(223,122,175); }

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