Html Css Color HEX #D57098 Pale Violet Red

📋 copy color: '#D57098'

red 213 ◦ green 112 ◦ blue 152

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

Shades of Pale Violet Red #D57098

Tints of Pale Violet Red #D57098

RGB

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

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

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

R = 44.65%
G = 23.48%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57098 (or 0xD57098) is known color: Pale Violet Red. HEX triplet: D5, 70 and 98. RGB value is (213,112,152). Sum of RGB (Red+Green+Blue) = 213+112+152=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57098 is #2A8F67. Grayscale: #929292. Windows color (decimal): -2789224 or 9990357. OLE color: 9990357.

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

Color convert

RGB 213 112 152 -
CMYK 0 0.47 0.29 0.16
HSL 336.24º 0.55% 0.64% -
HSV(B) 336.24º 0.47% 0.84% -
XYZ 38.9 28 33.06 -
YUV 146.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 213 112 152 0 0.47 0.29 0.16 336.24 0.55 0.64
Hex D5 70 98 0 2F 1D 10 150 37 40
Octal 325 160 230 0 57 35 20 520 67 100
Binary 11010101 1110000 10011000 0 101111 11101 10000 101010000 110111 1000000

Color Harmonies of #D57098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57098

Black with #D57098

Text Example


Text Example

White with #D57098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57098; }

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

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

background-color css

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

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

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

border-color css

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

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

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