Html Css Color HEX #D57598 Pale Violet Red

📋 copy color: '#D57598'

red 213 ◦ green 117 ◦ blue 152

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

Shades of Pale Violet Red #D57598

Tints of Pale Violet Red #D57598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 44.19%
G = 24.27%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57598 (or 0xD57598) is known color: Pale Violet Red. HEX triplet: D5, 75 and 98. RGB value is (213,117,152). Sum of RGB (Red+Green+Blue) = 213+117+152=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D57598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57598 is #2A8A67. Grayscale: #959595. Windows color (decimal): -2787944 or 9991637. OLE color: 9991637.

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

Color convert

RGB 213 117 152 -
CMYK 0 0.45 0.29 0.16
HSL 338.13º 0.53% 0.65% -
HSV(B) 338.13º 0.45% 0.84% -
XYZ 39.47 29.14 33.25 -
YUV 149.69 129.3 173.15 -
System Red Green Blue C M Y K H S L
Decimal 213 117 152 0 0.45 0.29 0.16 338.13 0.53 0.65
Hex D5 75 98 0 2D 1D 10 152 35 41
Octal 325 165 230 0 55 35 20 522 65 101
Binary 11010101 1110101 10011000 0 101101 11101 10000 101010010 110101 1000001

Color Harmonies of #D57598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57598

Black with #D57598

Text Example


Text Example

White with #D57598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57598; }

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

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

background-color css

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

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

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

border-color css

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

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

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