Html Css Color HEX #DE79AD Persian Pink

📋 copy color: '#DE79AD'

red 222 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #DE79AD

Tints of Persian Pink #DE79AD

RGB

 RED value IS 222 (87.11% from 255) = 43.02%

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

 BLUE value IS 173 (67.97% from 255) = 33.53%

R = 43.02%
G = 23.45%
B = 33.53%

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

#DE79AD (or 0xDE79AD) is known color: Persian Pink. HEX triplet: DE, 79 and AD. RGB value is (222,121,173). Sum of RGB (Red+Green+Blue) = 222+121+173=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE79AD is #218652. Grayscale: #9D9D9D. Windows color (decimal): -2197075 or 11368926. OLE color: 11368926.

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

Color convert

RGB 222 121 173 -
CMYK 0 0.45 0.22 0.13
HSL 329.11º 0.6% 0.67% -
HSV(B) 329.11º 0.45% 0.87% -
XYZ 44.5 32.22 43.41 -
YUV 157.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 222 121 173 0 0.45 0.22 0.13 329.11 0.6 0.67
Hex DE 79 AD 0 2D 16 D 149 3C 43
Octal 336 171 255 0 55 26 15 511 74 103
Binary 11011110 1111001 10101101 0 101101 10110 1101 101001001 111100 1000011

Color Harmonies of #DE79AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79AD

Black with #DE79AD

Text Example


Text Example

White with #DE79AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79AD; }

 p { color: rgb(222,121,173); }

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

background-color css

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

 a { background-color: rgb(222,121,173); }

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

border-color css

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

 span { border-color: rgb(222,121,173); }

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