Html Css Color HEX #D56C8E Pale Violet Red

📋 copy color: '#D56C8E'

red 213 ◦ green 108 ◦ blue 142

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

Shades of Pale Violet Red #D56C8E

Tints of Pale Violet Red #D56C8E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.33%

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

R = 46%
G = 23.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D56C8E (or 0xD56C8E) is known color: Pale Violet Red. HEX triplet: D5, 6C and 8E. RGB value is (213,108,142). Sum of RGB (Red+Green+Blue) = 213+108+142=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56C8E is #2A9371. Grayscale: #8F8F8F. Windows color (decimal): -2790258 or 9333973. OLE color: 9333973.

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

Color convert

RGB 213 108 142 -
CMYK 0 0.49 0.33 0.16
HSL 340.57º 0.56% 0.63% -
HSV(B) 340.57º 0.49% 0.84% -
XYZ 37.69 26.82 28.78 -
YUV 143.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 213 108 142 0 0.49 0.33 0.16 340.57 0.56 0.63
Hex D5 6C 8E 0 31 21 10 155 38 3F
Octal 325 154 216 0 61 41 20 525 70 77
Binary 11010101 1101100 10001110 0 110001 100001 10000 101010101 111000 111111

Color Harmonies of #D56C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56C8E

Black with #D56C8E

Text Example


Text Example

White with #D56C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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