Html Css Color HEX #D77795 Pale Violet Red

📋 copy color: '#D77795'

red 215 ◦ green 119 ◦ blue 149

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

Shades of Pale Violet Red #D77795

Tints of Pale Violet Red #D77795

RGB

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

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

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

R = 44.51%
G = 24.64%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D77795 (or 0xD77795) is known color: Pale Violet Red. HEX triplet: D7, 77 and 95. RGB value is (215,119,149). Sum of RGB (Red+Green+Blue) = 215+119+149=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D77795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77795 is #28886A. Grayscale: #979797. Windows color (decimal): -2656363 or 9795543. OLE color: 9795543.

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

Color convert

RGB 215 119 149 -
CMYK 0 0.45 0.31 0.16
HSL 341.25º 0.55% 0.65% -
HSV(B) 341.25º 0.45% 0.84% -
XYZ 40.05 29.81 32.08 -
YUV 151.12 126.8 173.56 -
System Red Green Blue C M Y K H S L
Decimal 215 119 149 0 0.45 0.31 0.16 341.25 0.55 0.65
Hex D7 77 95 0 2D 1F 10 155 37 41
Octal 327 167 225 0 55 37 20 525 67 101
Binary 11010111 1110111 10010101 0 101101 11111 10000 101010101 110111 1000001

Color Harmonies of #D77795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77795

Black with #D77795

Text Example


Text Example

White with #D77795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77795; }

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

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

background-color css

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

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

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

border-color css

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

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

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