Html Css Color HEX #D77195 Pale Violet Red

📋 copy color: '#D77195'

red 215 ◦ green 113 ◦ blue 149

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

Shades of Pale Violet Red #D77195

Tints of Pale Violet Red #D77195

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.69%

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

R = 45.07%
G = 23.69%
B = 31.24%

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

#D77195 (or 0xD77195) is known color: Pale Violet Red. HEX triplet: D7, 71 and 95. RGB value is (215,113,149). Sum of RGB (Red+Green+Blue) = 215+113+149=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77195 is #288E6A. Grayscale: #939393. Windows color (decimal): -2657899 or 9794007. OLE color: 9794007.

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

Color convert

RGB 215 113 149 -
CMYK 0 0.47 0.31 0.16
HSL 338.82º 0.56% 0.64% -
HSV(B) 338.82º 0.47% 0.84% -
XYZ 39.35 28.43 31.85 -
YUV 147.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 215 113 149 0 0.47 0.31 0.16 338.82 0.56 0.64
Hex D7 71 95 0 2F 1F 10 153 38 40
Octal 327 161 225 0 57 37 20 523 70 100
Binary 11010111 1110001 10010101 0 101111 11111 10000 101010011 111000 1000000

Color Harmonies of #D77195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77195

Black with #D77195

Text Example


Text Example

White with #D77195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77195; }

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

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

background-color css

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

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

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

border-color css

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

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

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