Html Css Color HEX #DE77A6 Pale Violet Red

📋 copy color: '#DE77A6'

red 222 ◦ green 119 ◦ blue 166

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

Shades of Pale Violet Red #DE77A6

Tints of Pale Violet Red #DE77A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 32.74%

R = 43.79%
G = 23.47%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DE77A6 (or 0xDE77A6) is known color: Pale Violet Red. HEX triplet: DE, 77 and A6. RGB value is (222,119,166). Sum of RGB (Red+Green+Blue) = 222+119+166=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77A6 is #218859. Grayscale: #9B9B9B. Windows color (decimal): -2197594 or 10909662. OLE color: 10909662.

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

Color convert

RGB 222 119 166 -
CMYK 0 0.46 0.25 0.13
HSL 332.62º 0.61% 0.67% -
HSV(B) 332.62º 0.46% 0.87% -
XYZ 43.6 31.48 39.85 -
YUV 155.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 222 119 166 0 0.46 0.25 0.13 332.62 0.61 0.67
Hex DE 77 A6 0 2E 19 D 14D 3D 43
Octal 336 167 246 0 56 31 15 515 75 103
Binary 11011110 1110111 10100110 0 101110 11001 1101 101001101 111101 1000011

Color Harmonies of #DE77A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77A6

Black with #DE77A6

Text Example


Text Example

White with #DE77A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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