Html Css Color HEX #D57090 Pale Violet Red

📋 copy color: '#D57090'

red 213 ◦ green 112 ◦ blue 144

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

Shades of Pale Violet Red #D57090

Tints of Pale Violet Red #D57090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 45.42%
G = 23.88%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57090 (or 0xD57090) is known color: Pale Violet Red. HEX triplet: D5, 70 and 90. RGB value is (213,112,144). Sum of RGB (Red+Green+Blue) = 213+112+144=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D57090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57090 is #2A8F6F. Grayscale: #919191. Windows color (decimal): -2789232 or 9466069. OLE color: 9466069.

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

Color convert

RGB 213 112 144 -
CMYK 0 0.47 0.32 0.16
HSL 340.99º 0.55% 0.64% -
HSV(B) 340.99º 0.47% 0.84% -
XYZ 38.27 27.75 29.72 -
YUV 145.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 213 112 144 0 0.47 0.32 0.16 340.99 0.55 0.64
Hex D5 70 90 0 2F 20 10 155 37 40
Octal 325 160 220 0 57 40 20 525 67 100
Binary 11010101 1110000 10010000 0 101111 100000 10000 101010101 110111 1000000

Color Harmonies of #D57090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57090

Black with #D57090

Text Example


Text Example

White with #D57090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57090; }

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

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

background-color css

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

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

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

border-color css

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

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

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