Html Css Color HEX #D591DE Plum

📋 copy color: '#D591DE'

red 213 ◦ green 145 ◦ blue 222

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

Shades of Plum #D591DE

Tints of Plum #D591DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 36.72%
G = 25%
B = 38.28%

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

#D591DE (or 0xD591DE) is known color: Plum. HEX triplet: D5, 91 and DE. RGB value is (213,145,222). Sum of RGB (Red+Green+Blue) = 213+145+222=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D591DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DE is #2A6E21. Grayscale: #ADADAD. Windows color (decimal): -2780706 or 14586325. OLE color: 14586325.

HSL color Cylindrical-coordinate representation of color #D591DE: hue angle of 292.99º degrees, saturation: 0.54, 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 #D591DE is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 145 222 -
CMYK 0.04 0.35 0 0.13
HSL 292.99º 0.54% 0.72% -
HSV(B) 292.99º 0.35% 0.87% -
XYZ 50.75 39.67 74.09 -
YUV 174.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 213 145 222 0.04 0.35 0 0.13 292.99 0.54 0.72
Hex D5 91 DE 4 23 0 D 125 36 48
Octal 325 221 336 4 43 0 15 445 66 110
Binary 11010101 10010001 11011110 100 100011 0 1101 100100101 110110 1001000

Color Harmonies of #D591DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591DE

Black with #D591DE

Text Example


Text Example

White with #D591DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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