Html Css Color HEX #D57291 Pale Violet Red

📋 copy color: '#D57291'

red 213 ◦ green 114 ◦ blue 145

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

Shades of Pale Violet Red #D57291

Tints of Pale Violet Red #D57291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.72%

R = 45.13%
G = 24.15%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57291 (or 0xD57291) is known color: Pale Violet Red. HEX triplet: D5, 72 and 91. RGB value is (213,114,145). Sum of RGB (Red+Green+Blue) = 213+114+145=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D57291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57291 is #2A8D6E. Grayscale: #939393. Windows color (decimal): -2788719 or 9532117. OLE color: 9532117.

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

Color convert

RGB 213 114 145 -
CMYK 0 0.46 0.32 0.16
HSL 341.21º 0.54% 0.64% -
HSV(B) 341.21º 0.46% 0.84% -
XYZ 38.57 28.23 30.2 -
YUV 147.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 213 114 145 0 0.46 0.32 0.16 341.21 0.54 0.64
Hex D5 72 91 0 2E 20 10 155 36 40
Octal 325 162 221 0 56 40 20 525 66 100
Binary 11010101 1110010 10010001 0 101110 100000 10000 101010101 110110 1000000

Color Harmonies of #D57291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57291

Black with #D57291

Text Example


Text Example

White with #D57291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57291; }

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

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

background-color css

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

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

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

border-color css

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

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

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