Html Css Color HEX #D59AE0 Plum

📋 copy color: '#D59AE0'

red 213 ◦ green 154 ◦ blue 224

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

Shades of Plum #D59AE0

Tints of Plum #D59AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.06%

 BLUE value IS 224 (87.89% from 255) = 37.9%

R = 36.04%
G = 26.06%
B = 37.9%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D59AE0 (or 0xD59AE0) is known color: Plum. HEX triplet: D5, 9A and E0. RGB value is (213,154,224). Sum of RGB (Red+Green+Blue) = 213+154+224=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #D59AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59AE0 is #2A651F. Grayscale: #B3B3B3. Windows color (decimal): -2778400 or 14719701. OLE color: 14719701.

HSL color Cylindrical-coordinate representation of color #D59AE0: hue angle of 290.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59AE0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 154 224 -
CMYK 0.05 0.31 0 0.12
HSL 290.57º 0.53% 0.74% -
HSV(B) 290.57º 0.31% 0.88% -
XYZ 52.45 42.64 75.99 -
YUV 179.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 213 154 224 0.05 0.31 0 0.12 290.57 0.53 0.74
Hex D5 9A E0 5 1F 0 C 123 35 4A
Octal 325 232 340 5 37 0 14 443 65 112
Binary 11010101 10011010 11100000 101 11111 0 1100 100100011 110101 1001010

Color Harmonies of #D59AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59AE0

Black with #D59AE0

Text Example


Text Example

White with #D59AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59AE0; }

 p { color: rgb(213,154,224); }

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

background-color css

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

 a { background-color: rgb(213,154,224); }

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

border-color css

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

 span { border-color: rgb(213,154,224); }

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