Html Css Color HEX #D56A8D Pale Violet Red

📋 copy color: '#D56A8D'

red 213 ◦ green 106 ◦ blue 141

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

Shades of Pale Violet Red #D56A8D

Tints of Pale Violet Red #D56A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.04%

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

R = 46.3%
G = 23.04%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D56A8D (or 0xD56A8D) is known color: Pale Violet Red. HEX triplet: D5, 6A and 8D. RGB value is (213,106,141). Sum of RGB (Red+Green+Blue) = 213+106+141=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A8D is #2A9572. Grayscale: #8D8D8D. Windows color (decimal): -2790771 or 9267925. OLE color: 9267925.

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

Color convert

RGB 213 106 141 -
CMYK 0 0.50 0.34 0.16
HSL 340.37º 0.56% 0.63% -
HSV(B) 340.37º 0.5% 0.84% -
XYZ 37.4 26.38 28.32 -
YUV 141.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 213 106 141 0 0.50 0.34 0.16 340.37 0.56 0.63
Hex D5 6A 8D 0 32 22 10 154 38 3F
Octal 325 152 215 0 62 42 20 524 70 77
Binary 11010101 1101010 10001101 0 110010 100010 10000 101010100 111000 111111

Color Harmonies of #D56A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A8D

Black with #D56A8D

Text Example


Text Example

White with #D56A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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