Html Css Color HEX #D57696 Pale Violet Red

📋 copy color: '#D57696'

red 213 ◦ green 118 ◦ blue 150

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

Shades of Pale Violet Red #D57696

Tints of Pale Violet Red #D57696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 44.28%
G = 24.53%
B = 31.19%

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

#D57696 (or 0xD57696) is known color: Pale Violet Red. HEX triplet: D5, 76 and 96. RGB value is (213,118,150). Sum of RGB (Red+Green+Blue) = 213+118+150=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57696 is #2A8969. Grayscale: #969696. Windows color (decimal): -2787690 or 9860821. OLE color: 9860821.

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

Color convert

RGB 213 118 150 -
CMYK 0 0.45 0.30 0.16
HSL 339.79º 0.53% 0.65% -
HSV(B) 339.79º 0.45% 0.84% -
XYZ 39.42 29.31 32.43 -
YUV 150.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 213 118 150 0 0.45 0.30 0.16 339.79 0.53 0.65
Hex D5 76 96 0 2D 1E 10 154 35 41
Octal 325 166 226 0 55 36 20 524 65 101
Binary 11010101 1110110 10010110 0 101101 11110 10000 101010100 110101 1000001

Color Harmonies of #D57696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57696

Black with #D57696

Text Example


Text Example

White with #D57696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57696; }

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

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

background-color css

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

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

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

border-color css

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

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

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