Html Css Color HEX #D57097 Pale Violet Red

📋 copy color: '#D57097'

red 213 ◦ green 112 ◦ blue 151

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

Shades of Pale Violet Red #D57097

Tints of Pale Violet Red #D57097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 44.75%
G = 23.53%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57097 (or 0xD57097) is known color: Pale Violet Red. HEX triplet: D5, 70 and 97. RGB value is (213,112,151). Sum of RGB (Red+Green+Blue) = 213+112+151=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57097 is #2A8F68. Grayscale: #929292. Windows color (decimal): -2789225 or 9924821. OLE color: 9924821.

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

Color convert

RGB 213 112 151 -
CMYK 0 0.47 0.29 0.16
HSL 336.83º 0.55% 0.64% -
HSV(B) 336.83º 0.47% 0.84% -
XYZ 38.82 27.97 32.63 -
YUV 146.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 213 112 151 0 0.47 0.29 0.16 336.83 0.55 0.64
Hex D5 70 97 0 2F 1D 10 151 37 40
Octal 325 160 227 0 57 35 20 521 67 100
Binary 11010101 1110000 10010111 0 101111 11101 10000 101010001 110111 1000000

Color Harmonies of #D57097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57097

Black with #D57097

Text Example


Text Example

White with #D57097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57097; }

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

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

background-color css

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

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

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

border-color css

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

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

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