Html Css Color HEX #D59ADE Plum

📋 copy color: '#D59ADE'

red 213 ◦ green 154 ◦ blue 222

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

Shades of Plum #D59ADE

Tints of Plum #D59ADE

RGB

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

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

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

R = 36.16%
G = 26.15%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D59ADE (or 0xD59ADE) is known color: Plum. HEX triplet: D5, 9A and DE. RGB value is (213,154,222). Sum of RGB (Red+Green+Blue) = 213+154+222=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADE is #2A6521. Grayscale: #B3B3B3. Windows color (decimal): -2778402 or 14588629. OLE color: 14588629.

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

Color convert

RGB 213 154 222 -
CMYK 0.04 0.31 0 0.13
HSL 292.06º 0.51% 0.74% -
HSV(B) 292.06º 0.31% 0.87% -
XYZ 52.18 42.53 74.57 -
YUV 179.39 152.05 151.97 -
System Red Green Blue C M Y K H S L
Decimal 213 154 222 0.04 0.31 0 0.13 292.06 0.51 0.74
Hex D5 9A DE 4 1F 0 D 124 33 4A
Octal 325 232 336 4 37 0 15 444 63 112
Binary 11010101 10011010 11011110 100 11111 0 1101 100100100 110011 1001010

Color Harmonies of #D59ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ADE

Black with #D59ADE

Text Example


Text Example

White with #D59ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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