Html Css Color HEX #D57093 Pale Violet Red

📋 copy color: '#D57093'

red 213 ◦ green 112 ◦ blue 147

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

Shades of Pale Violet Red #D57093

Tints of Pale Violet Red #D57093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.73%

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 45.13%
G = 23.73%
B = 31.14%

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

#D57093 (or 0xD57093) is known color: Pale Violet Red. HEX triplet: D5, 70 and 93. RGB value is (213,112,147). Sum of RGB (Red+Green+Blue) = 213+112+147=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D57093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57093 is #2A8F6C. Grayscale: #929292. Windows color (decimal): -2789229 or 9662677. OLE color: 9662677.

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

Color convert

RGB 213 112 147 -
CMYK 0 0.47 0.31 0.16
HSL 339.21º 0.55% 0.64% -
HSV(B) 339.21º 0.47% 0.84% -
XYZ 38.5 27.84 30.95 -
YUV 146.19 128.46 175.65 -
System Red Green Blue C M Y K H S L
Decimal 213 112 147 0 0.47 0.31 0.16 339.21 0.55 0.64
Hex D5 70 93 0 2F 1F 10 153 37 40
Octal 325 160 223 0 57 37 20 523 67 100
Binary 11010101 1110000 10010011 0 101111 11111 10000 101010011 110111 1000000

Color Harmonies of #D57093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57093

Black with #D57093

Text Example


Text Example

White with #D57093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57093; }

 p { color: rgb(213,112,147); }

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

background-color css

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

 a { background-color: rgb(213,112,147); }

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

border-color css

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

 span { border-color: rgb(213,112,147); }

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