Html Css Color HEX #DE77A4 Pale Violet Red

📋 copy color: '#DE77A4'

red 222 ◦ green 119 ◦ blue 164

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

Shades of Pale Violet Red #DE77A4

Tints of Pale Violet Red #DE77A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.48%

R = 43.96%
G = 23.56%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DE77A4 (or 0xDE77A4) is known color: Pale Violet Red. HEX triplet: DE, 77 and A4. RGB value is (222,119,164). Sum of RGB (Red+Green+Blue) = 222+119+164=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A4 is #21885B. Grayscale: #9A9A9A. Windows color (decimal): -2197596 or 10778590. OLE color: 10778590.

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

Color convert

RGB 222 119 164 -
CMYK 0 0.46 0.26 0.13
HSL 333.79º 0.61% 0.67% -
HSV(B) 333.79º 0.46% 0.87% -
XYZ 43.42 31.4 38.89 -
YUV 154.93 133.12 175.84 -
System Red Green Blue C M Y K H S L
Decimal 222 119 164 0 0.46 0.26 0.13 333.79 0.61 0.67
Hex DE 77 A4 0 2E 1A D 14E 3D 43
Octal 336 167 244 0 56 32 15 516 75 103
Binary 11011110 1110111 10100100 0 101110 11010 1101 101001110 111101 1000011

Color Harmonies of #DE77A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77A4

Black with #DE77A4

Text Example


Text Example

White with #DE77A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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