Html Css Color HEX #DE77AB Pale Violet Red

📋 copy color: '#DE77AB'

red 222 ◦ green 119 ◦ blue 171

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

Shades of Pale Violet Red #DE77AB

Tints of Pale Violet Red #DE77AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 43.36%
G = 23.24%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DE77AB (or 0xDE77AB) is known color: Pale Violet Red. HEX triplet: DE, 77 and AB. RGB value is (222,119,171). Sum of RGB (Red+Green+Blue) = 222+119+171=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE77AB is #218854. Grayscale: #9B9B9B. Windows color (decimal): -2197589 or 11237342. OLE color: 11237342.

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

Color convert

RGB 222 119 171 -
CMYK 0 0.46 0.23 0.13
HSL 329.71º 0.61% 0.67% -
HSV(B) 329.71º 0.46% 0.87% -
XYZ 44.07 31.66 42.32 -
YUV 155.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 222 119 171 0 0.46 0.23 0.13 329.71 0.61 0.67
Hex DE 77 AB 0 2E 17 D 14A 3D 43
Octal 336 167 253 0 56 27 15 512 75 103
Binary 11011110 1110111 10101011 0 101110 10111 1101 101001010 111101 1000011

Color Harmonies of #DE77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77AB

Black with #DE77AB

Text Example


Text Example

White with #DE77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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