Html Css Color HEX #D591DC Plum

📋 copy color: '#D591DC'

red 213 ◦ green 145 ◦ blue 220

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

Shades of Plum #D591DC

Tints of Plum #D591DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 36.85%
G = 25.09%
B = 38.06%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D591DC (or 0xD591DC) is known color: Plum. HEX triplet: D5, 91 and DC. RGB value is (213,145,220). Sum of RGB (Red+Green+Blue) = 213+145+220=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #D591DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DC is #2A6E23. Grayscale: #ADADAD. Windows color (decimal): -2780708 or 14455253. OLE color: 14455253.

HSL color Cylindrical-coordinate representation of color #D591DC: hue angle of 294.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D591DC is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 145 220 -
CMYK 0.03 0.34 0 0.14
HSL 294.4º 0.52% 0.72% -
HSV(B) 294.4º 0.34% 0.86% -
XYZ 50.48 39.56 72.69 -
YUV 173.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 213 145 220 0.03 0.34 0 0.14 294.4 0.52 0.72
Hex D5 91 DC 3 22 0 E 126 34 48
Octal 325 221 334 3 42 0 16 446 64 110
Binary 11010101 10010001 11011100 11 100010 0 1110 100100110 110100 1001000

Color Harmonies of #D591DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591DC

Black with #D591DC

Text Example


Text Example

White with #D591DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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