Html Css Color HEX #D591DF Plum

📋 copy color: '#D591DF'

red 213 ◦ green 145 ◦ blue 223

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

Shades of Plum #D591DF

Tints of Plum #D591DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 36.66%
G = 24.96%
B = 38.38%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D591DF (or 0xD591DF) is known color: Plum. HEX triplet: D5, 91 and DF. RGB value is (213,145,223). Sum of RGB (Red+Green+Blue) = 213+145+223=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #D591DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DF is #2A6E20. Grayscale: #ADADAD. Windows color (decimal): -2780705 or 14651861. OLE color: 14651861.

HSL color Cylindrical-coordinate representation of color #D591DF: hue angle of 292.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D591DF is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 145 223 -
CMYK 0.04 0.35 0 0.13
HSL 292.31º 0.55% 0.72% -
HSV(B) 292.31º 0.35% 0.87% -
XYZ 50.89 39.72 74.8 -
YUV 174.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 213 145 223 0.04 0.35 0 0.13 292.31 0.55 0.72
Hex D5 91 DF 4 23 0 D 124 37 48
Octal 325 221 337 4 43 0 15 444 67 110
Binary 11010101 10010001 11011111 100 100011 0 1101 100100100 110111 1001000

Color Harmonies of #D591DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591DF

Black with #D591DF

Text Example


Text Example

White with #D591DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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