Html Css Color HEX #D589DA Plum

📋 copy color: '#D589DA'

red 213 ◦ green 137 ◦ blue 218

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

Shades of Plum #D589DA

Tints of Plum #D589DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 37.5%
G = 24.12%
B = 38.38%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D589DA (or 0xD589DA) is known color: Plum. HEX triplet: D5, 89 and DA. RGB value is (213,137,218). Sum of RGB (Red+Green+Blue) = 213+137+218=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D589DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D589DA is #2A7625. Grayscale: #A8A8A8. Windows color (decimal): -2782758 or 14322133. OLE color: 14322133.

HSL color Cylindrical-coordinate representation of color #D589DA: hue angle of 296.3º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D589DA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 137 218 -
CMYK 0.02 0.37 0 0.15
HSL 296.3º 0.52% 0.7% -
HSV(B) 296.3º 0.37% 0.85% -
XYZ 49.04 37.1 70.91 -
YUV 168.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 213 137 218 0.02 0.37 0 0.15 296.3 0.52 0.7
Hex D5 89 DA 2 25 0 F 128 34 46
Octal 325 211 332 2 45 0 17 450 64 106
Binary 11010101 10001001 11011010 10 100101 0 1111 100101000 110100 1000110

Color Harmonies of #D589DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D589DA

Black with #D589DA

Text Example


Text Example

White with #D589DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D589DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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