Html Css Color HEX #D57396 Pale Violet Red

📋 copy color: '#D57396'

red 213 ◦ green 115 ◦ blue 150

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

Shades of Pale Violet Red #D57396

Tints of Pale Violet Red #D57396

RGB

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

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

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

R = 44.56%
G = 24.06%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57396 (or 0xD57396) is known color: Pale Violet Red. HEX triplet: D5, 73 and 96. RGB value is (213,115,150). Sum of RGB (Red+Green+Blue) = 213+115+150=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D57396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57396 is #2A8C69. Grayscale: #949494. Windows color (decimal): -2788458 or 9860053. OLE color: 9860053.

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

Color convert

RGB 213 115 150 -
CMYK 0 0.46 0.30 0.16
HSL 338.57º 0.54% 0.64% -
HSV(B) 338.57º 0.46% 0.84% -
XYZ 39.08 28.61 32.32 -
YUV 148.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 213 115 150 0 0.46 0.30 0.16 338.57 0.54 0.64
Hex D5 73 96 0 2E 1E 10 153 36 40
Octal 325 163 226 0 56 36 20 523 66 100
Binary 11010101 1110011 10010110 0 101110 11110 10000 101010011 110110 1000000

Color Harmonies of #D57396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57396

Black with #D57396

Text Example


Text Example

White with #D57396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57396; }

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

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

background-color css

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

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

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

border-color css

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

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

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