Html Css Color HEX #D57692 Pale Violet Red

📋 copy color: '#D57692'

red 213 ◦ green 118 ◦ blue 146

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

Shades of Pale Violet Red #D57692

Tints of Pale Violet Red #D57692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.74%

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

R = 44.65%
G = 24.74%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57692 (or 0xD57692) is known color: Pale Violet Red. HEX triplet: D5, 76 and 92. RGB value is (213,118,146). Sum of RGB (Red+Green+Blue) = 213+118+146=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57692 is #2A896D. Grayscale: #959595. Windows color (decimal): -2787694 or 9598677. OLE color: 9598677.

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

Color convert

RGB 213 118 146 -
CMYK 0 0.45 0.31 0.16
HSL 342.32º 0.53% 0.65% -
HSV(B) 342.32º 0.45% 0.84% -
XYZ 39.11 29.18 30.76 -
YUV 149.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 213 118 146 0 0.45 0.31 0.16 342.32 0.53 0.65
Hex D5 76 92 0 2D 1F 10 156 35 41
Octal 325 166 222 0 55 37 20 526 65 101
Binary 11010101 1110110 10010010 0 101101 11111 10000 101010110 110101 1000001

Color Harmonies of #D57692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57692

Black with #D57692

Text Example


Text Example

White with #D57692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57692; }

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

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

background-color css

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

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

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

border-color css

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

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

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