Html Css Color HEX #D589DD Plum

📋 copy color: '#D589DD'

red 213 ◦ green 137 ◦ blue 221

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

Shades of Plum #D589DD

Tints of Plum #D589DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.99%

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

R = 37.3%
G = 23.99%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D589DD (or 0xD589DD) is known color: Plum. HEX triplet: D5, 89 and DD. RGB value is (213,137,221). Sum of RGB (Red+Green+Blue) = 213+137+221=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D589DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589DD is #2A7622. Grayscale: #A9A9A9. Windows color (decimal): -2782755 or 14518741. OLE color: 14518741.

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

Color convert

RGB 213 137 221 -
CMYK 0.04 0.38 0 0.13
HSL 294.29º 0.55% 0.7% -
HSV(B) 294.29º 0.38% 0.87% -
XYZ 49.44 37.26 72.99 -
YUV 169.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 213 137 221 0.04 0.38 0 0.13 294.29 0.55 0.7
Hex D5 89 DD 4 26 0 D 126 37 46
Octal 325 211 335 4 46 0 15 446 67 106
Binary 11010101 10001001 11011101 100 100110 0 1101 100100110 110111 1000110

Color Harmonies of #D589DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589DD

Black with #D589DD

Text Example


Text Example

White with #D589DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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