Html Css Color HEX #D57294 Pale Violet Red

📋 copy color: '#D57294'

red 213 ◦ green 114 ◦ blue 148

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

Shades of Pale Violet Red #D57294

Tints of Pale Violet Red #D57294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 44.84%
G = 24%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57294 (or 0xD57294) is known color: Pale Violet Red. HEX triplet: D5, 72 and 94. RGB value is (213,114,148). Sum of RGB (Red+Green+Blue) = 213+114+148=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57294 is #2A8D6B. Grayscale: #939393. Windows color (decimal): -2788716 or 9728725. OLE color: 9728725.

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

Color convert

RGB 213 114 148 -
CMYK 0 0.46 0.31 0.16
HSL 339.39º 0.54% 0.64% -
HSV(B) 339.39º 0.46% 0.84% -
XYZ 38.8 28.32 31.44 -
YUV 147.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 213 114 148 0 0.46 0.31 0.16 339.39 0.54 0.64
Hex D5 72 94 0 2E 1F 10 153 36 40
Octal 325 162 224 0 56 37 20 523 66 100
Binary 11010101 1110010 10010100 0 101110 11111 10000 101010011 110110 1000000

Color Harmonies of #D57294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57294

Black with #D57294

Text Example


Text Example

White with #D57294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57294; }

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

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

background-color css

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

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

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

border-color css

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

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

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