Html Css Color HEX #D56D90 Pale Violet Red

📋 copy color: '#D56D90'

red 213 ◦ green 109 ◦ blue 144

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

Shades of Pale Violet Red #D56D90

Tints of Pale Violet Red #D56D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 45.71%
G = 23.39%
B = 30.9%

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

#D56D90 (or 0xD56D90) is known color: Pale Violet Red. HEX triplet: D5, 6D and 90. RGB value is (213,109,144). Sum of RGB (Red+Green+Blue) = 213+109+144=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D90 is #2A926F. Grayscale: #909090. Windows color (decimal): -2790000 or 9465301. OLE color: 9465301.

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

Color convert

RGB 213 109 144 -
CMYK 0 0.49 0.32 0.16
HSL 339.81º 0.55% 0.63% -
HSV(B) 339.81º 0.49% 0.84% -
XYZ 37.94 27.1 29.62 -
YUV 144.09 127.96 177.15 -
System Red Green Blue C M Y K H S L
Decimal 213 109 144 0 0.49 0.32 0.16 339.81 0.55 0.63
Hex D5 6D 90 0 31 20 10 154 37 3F
Octal 325 155 220 0 61 40 20 524 67 77
Binary 11010101 1101101 10010000 0 110001 100000 10000 101010100 110111 111111

Color Harmonies of #D56D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56D90

Black with #D56D90

Text Example


Text Example

White with #D56D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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