Html Css Color HEX #D77595 Pale Violet Red

📋 copy color: '#D77595'

red 215 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #D77595

Tints of Pale Violet Red #D77595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.32%

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

R = 44.7%
G = 24.32%
B = 30.98%

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

#D77595 (or 0xD77595) is known color: Pale Violet Red. HEX triplet: D7, 75 and 95. RGB value is (215,117,149). Sum of RGB (Red+Green+Blue) = 215+117+149=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D77595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77595 is #288A6A. Grayscale: #959595. Windows color (decimal): -2656875 or 9795031. OLE color: 9795031.

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

Color convert

RGB 215 117 149 -
CMYK 0 0.46 0.31 0.16
HSL 340.41º 0.55% 0.65% -
HSV(B) 340.41º 0.46% 0.84% -
XYZ 39.81 29.34 32 -
YUV 149.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 215 117 149 0 0.46 0.31 0.16 340.41 0.55 0.65
Hex D7 75 95 0 2E 1F 10 154 37 41
Octal 327 165 225 0 56 37 20 524 67 101
Binary 11010111 1110101 10010101 0 101110 11111 10000 101010100 110111 1000001

Color Harmonies of #D77595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77595

Black with #D77595

Text Example


Text Example

White with #D77595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77595; }

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

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

background-color css

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

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

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

border-color css

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

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

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