Html Css Color HEX #D57695 Pale Violet Red

📋 copy color: '#D57695'

red 213 ◦ green 118 ◦ blue 149

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

Shades of Pale Violet Red #D57695

Tints of Pale Violet Red #D57695

RGB

 RED value IS 213 (83.59% from 255) = 44.38%

 GREEN value IS 118 (46.48% from 255) = 24.58%

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

R = 44.38%
G = 24.58%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57695 (or 0xD57695) is known color: Pale Violet Red. HEX triplet: D5, 76 and 95. RGB value is (213,118,149). Sum of RGB (Red+Green+Blue) = 213+118+149=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57695 is #2A896A. Grayscale: #959595. Windows color (decimal): -2787691 or 9795285. OLE color: 9795285.

HSL color Cylindrical-coordinate representation of color #D57695: hue angle of 340.42º degrees, saturation: 0.53, 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 #D57695 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 118 149 -
CMYK 0 0.45 0.30 0.16
HSL 340.42º 0.53% 0.65% -
HSV(B) 340.42º 0.45% 0.84% -
XYZ 39.34 29.27 32.01 -
YUV 149.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 213 118 149 0 0.45 0.30 0.16 340.42 0.53 0.65
Hex D5 76 95 0 2D 1E 10 154 35 41
Octal 325 166 225 0 55 36 20 524 65 101
Binary 11010101 1110110 10010101 0 101101 11110 10000 101010100 110101 1000001

Color Harmonies of #D57695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57695

Black with #D57695

Text Example


Text Example

White with #D57695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57695; }

 p { color: rgb(213,118,149); }

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

background-color css

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

 a { background-color: rgb(213,118,149); }

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

border-color css

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

 span { border-color: rgb(213,118,149); }

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