Html Css Color HEX #D77895 Pale Violet Red

📋 copy color: '#D77895'

red 215 ◦ green 120 ◦ blue 149

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

Shades of Pale Violet Red #D77895

Tints of Pale Violet Red #D77895

RGB

 RED value IS 215 (84.38% from 255) = 44.42%

 GREEN value IS 120 (47.27% from 255) = 24.79%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 44.42%
G = 24.79%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D77895 (or 0xD77895) is known color: Pale Violet Red. HEX triplet: D7, 78 and 95. RGB value is (215,120,149). Sum of RGB (Red+Green+Blue) = 215+120+149=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D77895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77895 is #28876A. Grayscale: #979797. Windows color (decimal): -2656107 or 9795799. OLE color: 9795799.

HSL color Cylindrical-coordinate representation of color #D77895: hue angle of 341.68º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D77895 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 120 149 -
CMYK 0 0.44 0.31 0.16
HSL 341.68º 0.54% 0.66% -
HSV(B) 341.68º 0.44% 0.84% -
XYZ 40.17 30.05 32.12 -
YUV 151.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 215 120 149 0 0.44 0.31 0.16 341.68 0.54 0.66
Hex D7 78 95 0 2C 1F 10 156 36 42
Octal 327 170 225 0 54 37 20 526 66 102
Binary 11010111 1111000 10010101 0 101100 11111 10000 101010110 110110 1000010

Color Harmonies of #D77895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77895

Black with #D77895

Text Example


Text Example

White with #D77895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77895; }

 p { color: rgb(215,120,149); }

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

background-color css

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

 a { background-color: rgb(215,120,149); }

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

border-color css

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

 span { border-color: rgb(215,120,149); }

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