Html Css Color HEX #D57194 Pale Violet Red

📋 copy color: '#D57194'

red 213 ◦ green 113 ◦ blue 148

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

Shades of Pale Violet Red #D57194

Tints of Pale Violet Red #D57194

RGB

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

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

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

R = 44.94%
G = 23.84%
B = 31.22%

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

#D57194 (or 0xD57194) is known color: Pale Violet Red. HEX triplet: D5, 71 and 94. RGB value is (213,113,148). Sum of RGB (Red+Green+Blue) = 213+113+148=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 148 (58.20% from 255 or 31.22% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57194 is #2A8E6B. Grayscale: #929292. Windows color (decimal): -2788972 or 9728469. OLE color: 9728469.

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

Color convert

RGB 213 113 148 -
CMYK 0 0.47 0.31 0.16
HSL 339º 0.54% 0.64% -
HSV(B) 339º 0.47% 0.84% -
XYZ 38.69 28.09 31.4 -
YUV 146.89 128.63 175.15 -
System Red Green Blue C M Y K H S L
Decimal 213 113 148 0 0.47 0.31 0.16 339 0.54 0.64
Hex D5 71 94 0 2F 1F 10 153 36 40
Octal 325 161 224 0 57 37 20 523 66 100
Binary 11010101 1110001 10010100 0 101111 11111 10000 101010011 110110 1000000

Color Harmonies of #D57194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57194

Black with #D57194

Text Example


Text Example

White with #D57194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57194; }

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

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

background-color css

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

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

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

border-color css

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

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

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