Html Css Color HEX #D56E8E Pale Violet Red

📋 copy color: '#D56E8E'

red 213 ◦ green 110 ◦ blue 142

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

Shades of Pale Violet Red #D56E8E

Tints of Pale Violet Red #D56E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 45.81%
G = 23.66%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D56E8E (or 0xD56E8E) is known color: Pale Violet Red. HEX triplet: D5, 6E and 8E. RGB value is (213,110,142). Sum of RGB (Red+Green+Blue) = 213+110+142=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56E8E is #2A9171. Grayscale: #909090. Windows color (decimal): -2789746 or 9334485. OLE color: 9334485.

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

Color convert

RGB 213 110 142 -
CMYK 0 0.48 0.33 0.16
HSL 341.36º 0.55% 0.63% -
HSV(B) 341.36º 0.48% 0.84% -
XYZ 37.9 27.25 28.85 -
YUV 144.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 213 110 142 0 0.48 0.33 0.16 341.36 0.55 0.63
Hex D5 6E 8E 0 30 21 10 155 37 3F
Octal 325 156 216 0 60 41 20 525 67 77
Binary 11010101 1101110 10001110 0 110000 100001 10000 101010101 110111 111111

Color Harmonies of #D56E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E8E

Black with #D56E8E

Text Example


Text Example

White with #D56E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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