Html Css Color HEX #D56A8F Pale Violet Red

📋 copy color: '#D56A8F'

red 213 ◦ green 106 ◦ blue 143

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

Shades of Pale Violet Red #D56A8F

Tints of Pale Violet Red #D56A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.95%

R = 46.1%
G = 22.94%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D56A8F (or 0xD56A8F) is known color: Pale Violet Red. HEX triplet: D5, 6A and 8F. RGB value is (213,106,143). Sum of RGB (Red+Green+Blue) = 213+106+143=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A8F is #2A9570. Grayscale: #8E8E8E. Windows color (decimal): -2790769 or 9398997. OLE color: 9398997.

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

Color convert

RGB 213 106 143 -
CMYK 0 0.50 0.33 0.16
HSL 339.25º 0.56% 0.63% -
HSV(B) 339.25º 0.5% 0.84% -
XYZ 37.55 26.44 29.11 -
YUV 142.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 213 106 143 0 0.50 0.33 0.16 339.25 0.56 0.63
Hex D5 6A 8F 0 32 21 10 153 38 3F
Octal 325 152 217 0 62 41 20 523 70 77
Binary 11010101 1101010 10001111 0 110010 100001 10000 101010011 111000 111111

Color Harmonies of #D56A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56A8F

Black with #D56A8F

Text Example


Text Example

White with #D56A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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