Html Css Color HEX #D57495 Pale Violet Red

📋 copy color: '#D57495'

red 213 ◦ green 116 ◦ blue 149

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

Shades of Pale Violet Red #D57495

Tints of Pale Violet Red #D57495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.27%

 BLUE value IS 149 (58.59% from 255) = 31.17%

R = 44.56%
G = 24.27%
B = 31.17%

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

#D57495 (or 0xD57495) is known color: Pale Violet Red. HEX triplet: D5, 74 and 95. RGB value is (213,116,149). Sum of RGB (Red+Green+Blue) = 213+116+149=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D57495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57495 is #2A8B6A. Grayscale: #949494. Windows color (decimal): -2788203 or 9794773. OLE color: 9794773.

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

Color convert

RGB 213 116 149 -
CMYK 0 0.46 0.30 0.16
HSL 339.59º 0.54% 0.65% -
HSV(B) 339.59º 0.46% 0.84% -
XYZ 39.11 28.81 31.93 -
YUV 148.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 213 116 149 0 0.46 0.30 0.16 339.59 0.54 0.65
Hex D5 74 95 0 2E 1E 10 154 36 41
Octal 325 164 225 0 56 36 20 524 66 101
Binary 11010101 1110100 10010101 0 101110 11110 10000 101010100 110110 1000001

Color Harmonies of #D57495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57495

Black with #D57495

Text Example


Text Example

White with #D57495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57495; }

 p { color: rgb(213,116,149); }

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

background-color css

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

 a { background-color: rgb(213,116,149); }

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

border-color css

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

 span { border-color: rgb(213,116,149); }

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