Html Css Color HEX #D56E8D Pale Violet Red

📋 copy color: '#D56E8D'

red 213 ◦ green 110 ◦ blue 141

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

Shades of Pale Violet Red #D56E8D

Tints of Pale Violet Red #D56E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.71%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 45.91%
G = 23.71%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D56E8D (or 0xD56E8D) is known color: Pale Violet Red. HEX triplet: D5, 6E and 8D. RGB value is (213,110,141). Sum of RGB (Red+Green+Blue) = 213+110+141=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8D is #2A9172. Grayscale: #909090. Windows color (decimal): -2789747 or 9268949. OLE color: 9268949.

HSL color Cylindrical-coordinate representation of color #D56E8D: hue angle of 341.94º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56E8D is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 141 -
CMYK 0 0.48 0.34 0.16
HSL 341.94º 0.55% 0.63% -
HSV(B) 341.94º 0.48% 0.84% -
XYZ 37.82 27.22 28.46 -
YUV 144.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 213 110 141 0 0.48 0.34 0.16 341.94 0.55 0.63
Hex D5 6E 8D 0 30 22 10 156 37 3F
Octal 325 156 215 0 60 42 20 526 67 77
Binary 11010101 1101110 10001101 0 110000 100010 10000 101010110 110111 111111

Color Harmonies of #D56E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E8D

Black with #D56E8D

Text Example


Text Example

White with #D56E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E8D; }

 p { color: rgb(213,110,141); }

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

background-color css

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

 a { background-color: rgb(213,110,141); }

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

border-color css

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

 span { border-color: rgb(213,110,141); }

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