Html Css Color HEX #D591DD Plum

📋 copy color: '#D591DD'

red 213 ◦ green 145 ◦ blue 221

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

Shades of Plum #D591DD

Tints of Plum #D591DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 36.79%
G = 25.04%
B = 38.17%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D591DD (or 0xD591DD) is known color: Plum. HEX triplet: D5, 91 and DD. RGB value is (213,145,221). Sum of RGB (Red+Green+Blue) = 213+145+221=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D591DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591DD is #2A6E22. Grayscale: #ADADAD. Windows color (decimal): -2780707 or 14520789. OLE color: 14520789.

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

Color convert

RGB 213 145 221 -
CMYK 0.04 0.34 0 0.13
HSL 293.68º 0.53% 0.72% -
HSV(B) 293.68º 0.34% 0.87% -
XYZ 50.62 39.62 73.39 -
YUV 174 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 213 145 221 0.04 0.34 0 0.13 293.68 0.53 0.72
Hex D5 91 DD 4 22 0 D 126 35 48
Octal 325 221 335 4 42 0 15 446 65 110
Binary 11010101 10010001 11011101 100 100010 0 1101 100100110 110101 1001000

Color Harmonies of #D591DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D591DD

Black with #D591DD

Text Example


Text Example

White with #D591DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D591DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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