Html Css Color HEX #D57592 Pale Violet Red

📋 copy color: '#D57592'

red 213 ◦ green 117 ◦ blue 146

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

Shades of Pale Violet Red #D57592

Tints of Pale Violet Red #D57592

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.58%

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 44.75%
G = 24.58%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57592 (or 0xD57592) is known color: Pale Violet Red. HEX triplet: D5, 75 and 92. RGB value is (213,117,146). Sum of RGB (Red+Green+Blue) = 213+117+146=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57592 is #2A8A6D. Grayscale: #949494. Windows color (decimal): -2787950 or 9598421. OLE color: 9598421.

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

Color convert

RGB 213 117 146 -
CMYK 0 0.45 0.31 0.16
HSL 341.88º 0.53% 0.65% -
HSV(B) 341.88º 0.45% 0.84% -
XYZ 38.99 28.94 30.73 -
YUV 149.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 213 117 146 0 0.45 0.31 0.16 341.88 0.53 0.65
Hex D5 75 92 0 2D 1F 10 156 35 41
Octal 325 165 222 0 55 37 20 526 65 101
Binary 11010101 1110101 10010010 0 101101 11111 10000 101010110 110101 1000001

Color Harmonies of #D57592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57592

Black with #D57592

Text Example


Text Example

White with #D57592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57592; }

 p { color: rgb(213,117,146); }

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

background-color css

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

 a { background-color: rgb(213,117,146); }

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

border-color css

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

 span { border-color: rgb(213,117,146); }

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