Html Css Color HEX #D56B90 Pale Violet Red

📋 copy color: '#D56B90'

red 213 ◦ green 107 ◦ blue 144

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

Shades of Pale Violet Red #D56B90

Tints of Pale Violet Red #D56B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

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

R = 45.91%
G = 23.06%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D56B90 (or 0xD56B90) is known color: Pale Violet Red. HEX triplet: D5, 6B and 90. RGB value is (213,107,144). Sum of RGB (Red+Green+Blue) = 213+107+144=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56B90 is #2A946F. Grayscale: #8E8E8E. Windows color (decimal): -2790512 or 9464789. OLE color: 9464789.

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

Color convert

RGB 213 107 144 -
CMYK 0 0.50 0.32 0.16
HSL 339.06º 0.56% 0.63% -
HSV(B) 339.06º 0.5% 0.84% -
XYZ 37.73 26.68 29.55 -
YUV 142.91 128.62 177.99 -
System Red Green Blue C M Y K H S L
Decimal 213 107 144 0 0.50 0.32 0.16 339.06 0.56 0.63
Hex D5 6B 90 0 32 20 10 153 38 3F
Octal 325 153 220 0 62 40 20 523 70 77
Binary 11010101 1101011 10010000 0 110010 100000 10000 101010011 111000 111111

Color Harmonies of #D56B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56B90

Black with #D56B90

Text Example


Text Example

White with #D56B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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