Html Css Color HEX #D591D7 Plum

📋 copy color: '#D591D7'

red 213 ◦ green 145 ◦ blue 215

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

Shades of Plum #D591D7

Tints of Plum #D591D7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.31%

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 37.17%
G = 25.31%
B = 37.52%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D591D7 (or 0xD591D7) is known color: Plum. HEX triplet: D5, 91 and D7. RGB value is (213,145,215). Sum of RGB (Red+Green+Blue) = 213+145+215=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #D591D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591D7 is #2A6E28. Grayscale: #ADADAD. Windows color (decimal): -2780713 or 14127573. OLE color: 14127573.

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

Color convert

RGB 213 145 215 -
CMYK 0.01 0.33 0 0.16
HSL 298.29º 0.47% 0.71% -
HSV(B) 298.29º 0.33% 0.84% -
XYZ 49.83 39.3 69.25 -
YUV 173.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 213 145 215 0.01 0.33 0 0.16 298.29 0.47 0.71
Hex D5 91 D7 1 21 0 10 12A 2F 47
Octal 325 221 327 1 41 0 20 452 57 107
Binary 11010101 10010001 11010111 1 100001 0 10000 100101010 101111 1000111

Color Harmonies of #D591D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591D7

Black with #D591D7

Text Example


Text Example

White with #D591D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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