Html Css Color HEX #DE79C0 Persian Pink

📋 copy color: '#DE79C0'

red 222 ◦ green 121 ◦ blue 192

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

Shades of Persian Pink #DE79C0

Tints of Persian Pink #DE79C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 41.5%
G = 22.62%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DE79C0 (or 0xDE79C0) is known color: Persian Pink. HEX triplet: DE, 79 and C0. RGB value is (222,121,192). Sum of RGB (Red+Green+Blue) = 222+121+192=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79C0 is #21863F. Grayscale: #9F9F9F. Windows color (decimal): -2197056 or 12614110. OLE color: 12614110.

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

Color convert

RGB 222 121 192 -
CMYK 0 0.45 0.14 0.13
HSL 317.82º 0.6% 0.67% -
HSV(B) 317.82º 0.45% 0.87% -
XYZ 46.48 33.01 53.79 -
YUV 159.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 222 121 192 0 0.45 0.14 0.13 317.82 0.6 0.67
Hex DE 79 C0 0 2D E D 13E 3C 43
Octal 336 171 300 0 55 16 15 476 74 103
Binary 11011110 1111001 11000000 0 101101 1110 1101 100111110 111100 1000011

Color Harmonies of #DE79C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79C0

Black with #DE79C0

Text Example


Text Example

White with #DE79C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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