Html Css Color HEX #DF77AF Persian Pink

📋 copy color: '#DF77AF'

red 223 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #DF77AF

Tints of Persian Pink #DF77AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.02%

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

R = 43.13%
G = 23.02%
B = 33.85%

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

#DF77AF (or 0xDF77AF) is known color: Persian Pink. HEX triplet: DF, 77 and AF. RGB value is (223,119,175). Sum of RGB (Red+Green+Blue) = 223+119+175=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF77AF is #208850. Grayscale: #9C9C9C. Windows color (decimal): -2132049 or 11499487. OLE color: 11499487.

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

Color convert

RGB 223 119 175 -
CMYK 0 0.47 0.22 0.13
HSL 327.69º 0.62% 0.67% -
HSV(B) 327.69º 0.47% 0.87% -
XYZ 44.77 31.98 44.37 -
YUV 156.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 223 119 175 0 0.47 0.22 0.13 327.69 0.62 0.67
Hex DF 77 AF 0 2F 16 D 148 3E 43
Octal 337 167 257 0 57 26 15 510 76 103
Binary 11011111 1110111 10101111 0 101111 10110 1101 101001000 111110 1000011

Color Harmonies of #DF77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77AF

Black with #DF77AF

Text Example


Text Example

White with #DF77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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