Html Css Color HEX #D57192 Pale Violet Red

📋 copy color: '#D57192'

red 213 ◦ green 113 ◦ blue 146

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

Shades of Pale Violet Red #D57192

Tints of Pale Violet Red #D57192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

 BLUE value IS 146 (57.42% from 255) = 30.93%

R = 45.13%
G = 23.94%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57192 (or 0xD57192) is known color: Pale Violet Red. HEX triplet: D5, 71 and 92. RGB value is (213,113,146). Sum of RGB (Red+Green+Blue) = 213+113+146=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D57192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57192 is #2A8E6D. Grayscale: #929292. Windows color (decimal): -2788974 or 9597397. OLE color: 9597397.

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

Color convert

RGB 213 113 146 -
CMYK 0 0.47 0.31 0.16
HSL 340.2º 0.54% 0.64% -
HSV(B) 340.2º 0.47% 0.84% -
XYZ 38.53 28.03 30.57 -
YUV 146.66 127.63 175.32 -
System Red Green Blue C M Y K H S L
Decimal 213 113 146 0 0.47 0.31 0.16 340.2 0.54 0.64
Hex D5 71 92 0 2F 1F 10 154 36 40
Octal 325 161 222 0 57 37 20 524 66 100
Binary 11010101 1110001 10010010 0 101111 11111 10000 101010100 110110 1000000

Color Harmonies of #D57192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57192

Black with #D57192

Text Example


Text Example

White with #D57192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57192; }

 p { color: rgb(213,113,146); }

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

background-color css

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

 a { background-color: rgb(213,113,146); }

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

border-color css

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

 span { border-color: rgb(213,113,146); }

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