Html Css Color HEX #D57794 Pale Violet Red

📋 copy color: '#D57794'

red 213 ◦ green 119 ◦ blue 148

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

Shades of Pale Violet Red #D57794

Tints of Pale Violet Red #D57794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.79%

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

R = 44.38%
G = 24.79%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57794 (or 0xD57794) is known color: Pale Violet Red. HEX triplet: D5, 77 and 94. RGB value is (213,119,148). Sum of RGB (Red+Green+Blue) = 213+119+148=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57794 is #2A886B. Grayscale: #969696. Windows color (decimal): -2787436 or 9730005. OLE color: 9730005.

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

Color convert

RGB 213 119 148 -
CMYK 0 0.44 0.31 0.16
HSL 341.49º 0.53% 0.65% -
HSV(B) 341.49º 0.44% 0.84% -
XYZ 39.38 29.48 31.63 -
YUV 150.41 126.64 172.64 -
System Red Green Blue C M Y K H S L
Decimal 213 119 148 0 0.44 0.31 0.16 341.49 0.53 0.65
Hex D5 77 94 0 2C 1F 10 155 35 41
Octal 325 167 224 0 54 37 20 525 65 101
Binary 11010101 1110111 10010100 0 101100 11111 10000 101010101 110101 1000001

Color Harmonies of #D57794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57794

Black with #D57794

Text Example


Text Example

White with #D57794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57794; }

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

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

background-color css

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

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

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

border-color css

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

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

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