Html Css Color HEX #D57595 Pale Violet Red

📋 copy color: '#D57595'

red 213 ◦ green 117 ◦ blue 149

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

Shades of Pale Violet Red #D57595

Tints of Pale Violet Red #D57595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

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

R = 44.47%
G = 24.43%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D57595 (or 0xD57595) is known color: Pale Violet Red. HEX triplet: D5, 75 and 95. RGB value is (213,117,149). Sum of RGB (Red+Green+Blue) = 213+117+149=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57595 is #2A8A6A. Grayscale: #959595. Windows color (decimal): -2787947 or 9795029. OLE color: 9795029.

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

Color convert

RGB 213 117 149 -
CMYK 0 0.45 0.30 0.16
HSL 340º 0.53% 0.65% -
HSV(B) 340º 0.45% 0.84% -
XYZ 39.23 29.04 31.97 -
YUV 149.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 213 117 149 0 0.45 0.30 0.16 340 0.53 0.65
Hex D5 75 95 0 2D 1E 10 154 35 41
Octal 325 165 225 0 55 36 20 524 65 101
Binary 11010101 1110101 10010101 0 101101 11110 10000 101010100 110101 1000001

Color Harmonies of #D57595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57595

Black with #D57595

Text Example


Text Example

White with #D57595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57595; }

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

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

background-color css

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

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

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

border-color css

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

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

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