Html Css Color HEX #D57296 Pale Violet Red

📋 copy color: '#D57296'

red 213 ◦ green 114 ◦ blue 150

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

Shades of Pale Violet Red #D57296

Tints of Pale Violet Red #D57296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.9%

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

R = 44.65%
G = 23.9%
B = 31.45%

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

#D57296 (or 0xD57296) is known color: Pale Violet Red. HEX triplet: D5, 72 and 96. RGB value is (213,114,150). Sum of RGB (Red+Green+Blue) = 213+114+150=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57296 is #2A8D69. Grayscale: #939393. Windows color (decimal): -2788714 or 9859797. OLE color: 9859797.

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

Color convert

RGB 213 114 150 -
CMYK 0 0.46 0.30 0.16
HSL 338.18º 0.54% 0.64% -
HSV(B) 338.18º 0.46% 0.84% -
XYZ 38.96 28.38 32.28 -
YUV 147.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 213 114 150 0 0.46 0.30 0.16 338.18 0.54 0.64
Hex D5 72 96 0 2E 1E 10 152 36 40
Octal 325 162 226 0 56 36 20 522 66 100
Binary 11010101 1110010 10010110 0 101110 11110 10000 101010010 110110 1000000

Color Harmonies of #D57296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57296

Black with #D57296

Text Example


Text Example

White with #D57296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57296; }

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

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

background-color css

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

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

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

border-color css

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

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

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