Html Css Color HEX #D57896 Pale Violet Red

📋 copy color: '#D57896'

red 213 ◦ green 120 ◦ blue 150

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

Shades of Pale Violet Red #D57896

Tints of Pale Violet Red #D57896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.84%

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

R = 44.1%
G = 24.84%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57896 (or 0xD57896) is known color: Pale Violet Red. HEX triplet: D5, 78 and 96. RGB value is (213,120,150). Sum of RGB (Red+Green+Blue) = 213+120+150=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 120 (47.27% from 255 or 24.84% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57896 is #2A8769. Grayscale: #979797. Windows color (decimal): -2787178 or 9861333. OLE color: 9861333.

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

Color convert

RGB 213 120 150 -
CMYK 0 0.44 0.30 0.16
HSL 340.65º 0.53% 0.65% -
HSV(B) 340.65º 0.44% 0.84% -
XYZ 39.66 29.78 32.51 -
YUV 151.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 213 120 150 0 0.44 0.30 0.16 340.65 0.53 0.65
Hex D5 78 96 0 2C 1E 10 155 35 41
Octal 325 170 226 0 54 36 20 525 65 101
Binary 11010101 1111000 10010110 0 101100 11110 10000 101010101 110101 1000001

Color Harmonies of #D57896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57896

Black with #D57896

Text Example


Text Example

White with #D57896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57896; }

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

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

background-color css

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

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

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

border-color css

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

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

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