Html Css Color HEX #D56D91 Pale Violet Red

📋 copy color: '#D56D91'

red 213 ◦ green 109 ◦ blue 145

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

Shades of Pale Violet Red #D56D91

Tints of Pale Violet Red #D56D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.34%

 BLUE value IS 145 (57.03% from 255) = 31.05%

R = 45.61%
G = 23.34%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D56D91 (or 0xD56D91) is known color: Pale Violet Red. HEX triplet: D5, 6D and 91. RGB value is (213,109,145). Sum of RGB (Red+Green+Blue) = 213+109+145=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 145 (57.03% from 255 or 31.05% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D91 is #2A926E. Grayscale: #909090. Windows color (decimal): -2789999 or 9530837. OLE color: 9530837.

HSL color Cylindrical-coordinate representation of color #D56D91: hue angle of 339.23º degrees, saturation: 0.55, 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 #D56D91 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 145 -
CMYK 0 0.49 0.32 0.16
HSL 339.23º 0.55% 0.63% -
HSV(B) 339.23º 0.49% 0.84% -
XYZ 38.02 27.13 30.02 -
YUV 144.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 213 109 145 0 0.49 0.32 0.16 339.23 0.55 0.63
Hex D5 6D 91 0 31 20 10 153 37 3F
Octal 325 155 221 0 61 40 20 523 67 77
Binary 11010101 1101101 10010001 0 110001 100000 10000 101010011 110111 111111

Color Harmonies of #D56D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D91

Black with #D56D91

Text Example


Text Example

White with #D56D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D91; }

 p { color: rgb(213,109,145); }

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

background-color css

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

 a { background-color: rgb(213,109,145); }

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

border-color css

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

 span { border-color: rgb(213,109,145); }

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