Html Css Color HEX #DE779F Pale Violet Red

📋 copy color: '#DE779F'

red 222 ◦ green 119 ◦ blue 159

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

Shades of Pale Violet Red #DE779F

Tints of Pale Violet Red #DE779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.8%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 44.4%
G = 23.8%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE779F (or 0xDE779F) is known color: Pale Violet Red. HEX triplet: DE, 77 and 9F. RGB value is (222,119,159). Sum of RGB (Red+Green+Blue) = 222+119+159=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 222 - color contains mainly: red. Hex color #DE779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE779F is #218860. Grayscale: #9A9A9A. Windows color (decimal): -2197601 or 10450910. OLE color: 10450910.

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

Color convert

RGB 222 119 159 -
CMYK 0 0.46 0.28 0.13
HSL 336.7º 0.61% 0.67% -
HSV(B) 336.7º 0.46% 0.87% -
XYZ 42.98 31.23 36.56 -
YUV 154.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 222 119 159 0 0.46 0.28 0.13 336.7 0.61 0.67
Hex DE 77 9F 0 2E 1C D 151 3D 43
Octal 336 167 237 0 56 34 15 521 75 103
Binary 11011110 1110111 10011111 0 101110 11100 1101 101010001 111101 1000011

Color Harmonies of #DE779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE779F

Black with #DE779F

Text Example


Text Example

White with #DE779F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE779F; }

 p { color: rgb(222,119,159); }

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

background-color css

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

 a { background-color: rgb(222,119,159); }

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

border-color css

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

 span { border-color: rgb(222,119,159); }

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