Html Css Color HEX #D57096 Pale Violet Red

📋 copy color: '#D57096'

red 213 ◦ green 112 ◦ blue 150

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

Shades of Pale Violet Red #D57096

Tints of Pale Violet Red #D57096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 44.84%
G = 23.58%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57096 (or 0xD57096) is known color: Pale Violet Red. HEX triplet: D5, 70 and 96. RGB value is (213,112,150). Sum of RGB (Red+Green+Blue) = 213+112+150=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57096 is #2A8F69. Grayscale: #929292. Windows color (decimal): -2789226 or 9859285. OLE color: 9859285.

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

Color convert

RGB 213 112 150 -
CMYK 0 0.47 0.30 0.16
HSL 337.43º 0.55% 0.64% -
HSV(B) 337.43º 0.47% 0.84% -
XYZ 38.74 27.94 32.2 -
YUV 146.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 213 112 150 0 0.47 0.30 0.16 337.43 0.55 0.64
Hex D5 70 96 0 2F 1E 10 151 37 40
Octal 325 160 226 0 57 36 20 521 67 100
Binary 11010101 1110000 10010110 0 101111 11110 10000 101010001 110111 1000000

Color Harmonies of #D57096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57096

Black with #D57096

Text Example


Text Example

White with #D57096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57096; }

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

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

background-color css

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

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

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

border-color css

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

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

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