Html Css Color HEX #D77395 Pale Violet Red

📋 copy color: '#D77395'

red 215 ◦ green 115 ◦ blue 149

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

Shades of Pale Violet Red #D77395

Tints of Pale Violet Red #D77395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 44.89%
G = 24.01%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D77395 (or 0xD77395) is known color: Pale Violet Red. HEX triplet: D7, 73 and 95. RGB value is (215,115,149). Sum of RGB (Red+Green+Blue) = 215+115+149=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D77395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77395 is #288C6A. Grayscale: #949494. Windows color (decimal): -2657387 or 9794519. OLE color: 9794519.

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

Color convert

RGB 215 115 149 -
CMYK 0 0.47 0.31 0.16
HSL 339.6º 0.56% 0.65% -
HSV(B) 339.6º 0.47% 0.84% -
XYZ 39.58 28.88 31.92 -
YUV 148.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 215 115 149 0 0.47 0.31 0.16 339.6 0.56 0.65
Hex D7 73 95 0 2F 1F 10 154 38 41
Octal 327 163 225 0 57 37 20 524 70 101
Binary 11010111 1110011 10010101 0 101111 11111 10000 101010100 111000 1000001

Color Harmonies of #D77395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77395

Black with #D77395

Text Example


Text Example

White with #D77395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77395; }

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

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

background-color css

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

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

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

border-color css

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

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

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