Html Css Color HEX #DE79B4 Persian Pink

📋 copy color: '#DE79B4'

red 222 ◦ green 121 ◦ blue 180

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

Shades of Persian Pink #DE79B4

Tints of Persian Pink #DE79B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.42%

R = 42.45%
G = 23.14%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DE79B4 (or 0xDE79B4) is known color: Persian Pink. HEX triplet: DE, 79 and B4. RGB value is (222,121,180). Sum of RGB (Red+Green+Blue) = 222+121+180=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE79B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE79B4 is #21864B. Grayscale: #9D9D9D. Windows color (decimal): -2197068 or 11827678. OLE color: 11827678.

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

Color convert

RGB 222 121 180 -
CMYK 0 0.45 0.19 0.13
HSL 324.95º 0.6% 0.67% -
HSV(B) 324.95º 0.45% 0.87% -
XYZ 45.2 32.5 47.07 -
YUV 157.93 140.46 173.7 -
System Red Green Blue C M Y K H S L
Decimal 222 121 180 0 0.45 0.19 0.13 324.95 0.6 0.67
Hex DE 79 B4 0 2D 13 D 145 3C 43
Octal 336 171 264 0 55 23 15 505 74 103
Binary 11011110 1111001 10110100 0 101101 10011 1101 101000101 111100 1000011

Color Harmonies of #DE79B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE79B4

Black with #DE79B4

Text Example


Text Example

White with #DE79B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE79B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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