Html Css Color HEX #D57298 Pale Violet Red

📋 copy color: '#D57298'

red 213 ◦ green 114 ◦ blue 152

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

Shades of Pale Violet Red #D57298

Tints of Pale Violet Red #D57298

RGB

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

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

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

R = 44.47%
G = 23.8%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57298 (or 0xD57298) is known color: Pale Violet Red. HEX triplet: D5, 72 and 98. RGB value is (213,114,152). Sum of RGB (Red+Green+Blue) = 213+114+152=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57298 is #2A8D67. Grayscale: #939393. Windows color (decimal): -2788712 or 9990869. OLE color: 9990869.

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

Color convert

RGB 213 114 152 -
CMYK 0 0.46 0.29 0.16
HSL 336.97º 0.54% 0.64% -
HSV(B) 336.97º 0.46% 0.84% -
XYZ 39.13 28.45 33.13 -
YUV 147.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 213 114 152 0 0.46 0.29 0.16 336.97 0.54 0.64
Hex D5 72 98 0 2E 1D 10 151 36 40
Octal 325 162 230 0 56 35 20 521 66 100
Binary 11010101 1110010 10011000 0 101110 11101 10000 101010001 110110 1000000

Color Harmonies of #D57298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57298

Black with #D57298

Text Example


Text Example

White with #D57298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57298; }

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

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

background-color css

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

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

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

border-color css

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

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

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