Html Css Color HEX #D57996 Pale Violet Red

📋 copy color: '#D57996'

red 213 ◦ green 121 ◦ blue 150

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

Shades of Pale Violet Red #D57996

Tints of Pale Violet Red #D57996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25%

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

R = 44.01%
G = 25%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57996 (or 0xD57996) is known color: Pale Violet Red. HEX triplet: D5, 79 and 96. RGB value is (213,121,150). Sum of RGB (Red+Green+Blue) = 213+121+150=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D57996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57996 is #2A8669. Grayscale: #979797. Windows color (decimal): -2786922 or 9861589. OLE color: 9861589.

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

Color convert

RGB 213 121 150 -
CMYK 0 0.43 0.30 0.16
HSL 341.09º 0.52% 0.65% -
HSV(B) 341.09º 0.43% 0.84% -
XYZ 39.78 30.02 32.55 -
YUV 151.81 126.98 171.64 -
System Red Green Blue C M Y K H S L
Decimal 213 121 150 0 0.43 0.30 0.16 341.09 0.52 0.65
Hex D5 79 96 0 2B 1E 10 155 34 41
Octal 325 171 226 0 53 36 20 525 64 101
Binary 11010101 1111001 10010110 0 101011 11110 10000 101010101 110100 1000001

Color Harmonies of #D57996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57996

Black with #D57996

Text Example


Text Example

White with #D57996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57996; }

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

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

background-color css

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

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

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

border-color css

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

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

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