Html Css Color HEX #DE79BD Persian Pink

📋 copy color: '#DE79BD'

red 222 ◦ green 121 ◦ blue 189

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

Shades of Persian Pink #DE79BD

Tints of Persian Pink #DE79BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.53%

R = 41.73%
G = 22.74%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DE79BD (or 0xDE79BD) is known color: Persian Pink. HEX triplet: DE, 79 and BD. RGB value is (222,121,189). Sum of RGB (Red+Green+Blue) = 222+121+189=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79BD is #218642. Grayscale: #9E9E9E. Windows color (decimal): -2197059 or 12417502. OLE color: 12417502.

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

Color convert

RGB 222 121 189 -
CMYK 0 0.45 0.15 0.13
HSL 319.6º 0.6% 0.67% -
HSV(B) 319.6º 0.45% 0.87% -
XYZ 46.15 32.88 52.06 -
YUV 158.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 222 121 189 0 0.45 0.15 0.13 319.6 0.6 0.67
Hex DE 79 BD 0 2D F D 140 3C 43
Octal 336 171 275 0 55 17 15 500 74 103
Binary 11011110 1111001 10111101 0 101101 1111 1101 101000000 111100 1000011

Color Harmonies of #DE79BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79BD

Black with #DE79BD

Text Example


Text Example

White with #DE79BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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