Html Css Color HEX #D57290 Pale Violet Red

📋 copy color: '#D57290'

red 213 ◦ green 114 ◦ blue 144

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

Shades of Pale Violet Red #D57290

Tints of Pale Violet Red #D57290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

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

R = 45.22%
G = 24.2%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57290 (or 0xD57290) is known color: Pale Violet Red. HEX triplet: D5, 72 and 90. RGB value is (213,114,144). Sum of RGB (Red+Green+Blue) = 213+114+144=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D57290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57290 is #2A8D6F. Grayscale: #939393. Windows color (decimal): -2788720 or 9466581. OLE color: 9466581.

HSL color Cylindrical-coordinate representation of color #D57290: hue angle of 341.82º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57290 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 114 144 -
CMYK 0 0.46 0.32 0.16
HSL 341.82º 0.54% 0.64% -
HSV(B) 341.82º 0.46% 0.84% -
XYZ 38.49 28.19 29.8 -
YUV 147.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 213 114 144 0 0.46 0.32 0.16 341.82 0.54 0.64
Hex D5 72 90 0 2E 20 10 156 36 40
Octal 325 162 220 0 56 40 20 526 66 100
Binary 11010101 1110010 10010000 0 101110 100000 10000 101010110 110110 1000000

Color Harmonies of #D57290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57290

Black with #D57290

Text Example


Text Example

White with #D57290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57290; }

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

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

background-color css

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

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

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

border-color css

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

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

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