Html Css Color HEX #D57694 Pale Violet Red

📋 copy color: '#D57694'

red 213 ◦ green 118 ◦ blue 148

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

Shades of Pale Violet Red #D57694

Tints of Pale Violet Red #D57694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.9%

R = 44.47%
G = 24.63%
B = 30.9%

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

#D57694 (or 0xD57694) is known color: Pale Violet Red. HEX triplet: D5, 76 and 94. RGB value is (213,118,148). Sum of RGB (Red+Green+Blue) = 213+118+148=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57694 is #2A896B. Grayscale: #959595. Windows color (decimal): -2787692 or 9729749. OLE color: 9729749.

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

Color convert

RGB 213 118 148 -
CMYK 0 0.45 0.31 0.16
HSL 341.05º 0.53% 0.65% -
HSV(B) 341.05º 0.45% 0.84% -
XYZ 39.26 29.24 31.59 -
YUV 149.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 213 118 148 0 0.45 0.31 0.16 341.05 0.53 0.65
Hex D5 76 94 0 2D 1F 10 155 35 41
Octal 325 166 224 0 55 37 20 525 65 101
Binary 11010101 1110110 10010100 0 101101 11111 10000 101010101 110101 1000001

Color Harmonies of #D57694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57694

Black with #D57694

Text Example


Text Example

White with #D57694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57694; }

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

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

background-color css

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

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

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

border-color css

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

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

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