Html Css Color HEX #DE79C1 Persian Pink

📋 copy color: '#DE79C1'

red 222 ◦ green 121 ◦ blue 193

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

Shades of Persian Pink #DE79C1

Tints of Persian Pink #DE79C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 41.42%
G = 22.57%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE79C1 (or 0xDE79C1) is known color: Persian Pink. HEX triplet: DE, 79 and C1. RGB value is (222,121,193). Sum of RGB (Red+Green+Blue) = 222+121+193=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79C1 is #21863E. Grayscale: #9F9F9F. Windows color (decimal): -2197055 or 12679646. OLE color: 12679646.

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

Color convert

RGB 222 121 193 -
CMYK 0 0.45 0.13 0.13
HSL 317.23º 0.6% 0.67% -
HSV(B) 317.23º 0.45% 0.87% -
XYZ 46.59 33.05 54.38 -
YUV 159.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 222 121 193 0 0.45 0.13 0.13 317.23 0.6 0.67
Hex DE 79 C1 0 2D D D 13D 3C 43
Octal 336 171 301 0 55 15 15 475 74 103
Binary 11011110 1111001 11000001 0 101101 1101 1101 100111101 111100 1000011

Color Harmonies of #DE79C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79C1

Black with #DE79C1

Text Example


Text Example

White with #DE79C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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