Html Css Color HEX #D77495 Pale Violet Red

📋 copy color: '#D77495'

red 215 ◦ green 116 ◦ blue 149

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

Shades of Pale Violet Red #D77495

Tints of Pale Violet Red #D77495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.17%

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

R = 44.79%
G = 24.17%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D77495 (or 0xD77495) is known color: Pale Violet Red. HEX triplet: D7, 74 and 95. RGB value is (215,116,149). Sum of RGB (Red+Green+Blue) = 215+116+149=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D77495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77495 is #288B6A. Grayscale: #959595. Windows color (decimal): -2657131 or 9794775. OLE color: 9794775.

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

Color convert

RGB 215 116 149 -
CMYK 0 0.46 0.31 0.16
HSL 340º 0.55% 0.65% -
HSV(B) 340º 0.46% 0.84% -
XYZ 39.69 29.11 31.96 -
YUV 149.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 215 116 149 0 0.46 0.31 0.16 340 0.55 0.65
Hex D7 74 95 0 2E 1F 10 154 37 41
Octal 327 164 225 0 56 37 20 524 67 101
Binary 11010111 1110100 10010101 0 101110 11111 10000 101010100 110111 1000001

Color Harmonies of #D77495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77495

Black with #D77495

Text Example


Text Example

White with #D77495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77495; }

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

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

background-color css

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

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

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

border-color css

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

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

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