Html Css Color HEX #DF79B0 Persian Pink

📋 copy color: '#DF79B0'

red 223 ◦ green 121 ◦ blue 176

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

Shades of Persian Pink #DF79B0

Tints of Persian Pink #DF79B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 42.88%
G = 23.27%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DF79B0 (or 0xDF79B0) is known color: Persian Pink. HEX triplet: DF, 79 and B0. RGB value is (223,121,176). Sum of RGB (Red+Green+Blue) = 223+121+176=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF79B0 is #20864F. Grayscale: #9D9D9D. Windows color (decimal): -2131536 or 11565535. OLE color: 11565535.

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

Color convert

RGB 223 121 176 -
CMYK 0 0.46 0.21 0.13
HSL 327.65º 0.61% 0.67% -
HSV(B) 327.65º 0.46% 0.87% -
XYZ 45.11 32.5 44.97 -
YUV 157.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 223 121 176 0 0.46 0.21 0.13 327.65 0.61 0.67
Hex DF 79 B0 0 2E 15 D 148 3D 43
Octal 337 171 260 0 56 25 15 510 75 103
Binary 11011111 1111001 10110000 0 101110 10101 1101 101001000 111101 1000011

Color Harmonies of #DF79B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF79B0

Black with #DF79B0

Text Example


Text Example

White with #DF79B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF79B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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