Html Css Color HEX #DF79AF Persian Pink

📋 copy color: '#DF79AF'

red 223 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #DF79AF

Tints of Persian Pink #DF79AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.31%

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

R = 42.97%
G = 23.31%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DF79AF (or 0xDF79AF) is known color: Persian Pink. HEX triplet: DF, 79 and AF. RGB value is (223,121,175). Sum of RGB (Red+Green+Blue) = 223+121+175=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79AF is #208650. Grayscale: #9D9D9D. Windows color (decimal): -2131537 or 11499999. OLE color: 11499999.

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

Color convert

RGB 223 121 175 -
CMYK 0 0.46 0.22 0.13
HSL 328.24º 0.61% 0.67% -
HSV(B) 328.24º 0.46% 0.87% -
XYZ 45.01 32.46 44.45 -
YUV 157.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 223 121 175 0 0.46 0.22 0.13 328.24 0.61 0.67
Hex DF 79 AF 0 2E 16 D 148 3D 43
Octal 337 171 257 0 56 26 15 510 75 103
Binary 11011111 1111001 10101111 0 101110 10110 1101 101001000 111101 1000011

Color Harmonies of #DF79AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79AF

Black with #DF79AF

Text Example


Text Example

White with #DF79AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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