Html Css Color HEX #D59ADB Plum

📋 copy color: '#D59ADB'

red 213 ◦ green 154 ◦ blue 219

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

Shades of Plum #D59ADB

Tints of Plum #D59ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 36.35%
G = 26.28%
B = 37.37%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59ADB (or 0xD59ADB) is known color: Plum. HEX triplet: D5, 9A and DB. RGB value is (213,154,219). Sum of RGB (Red+Green+Blue) = 213+154+219=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59ADB is #2A6524. Grayscale: #B2B2B2. Windows color (decimal): -2778405 or 14392021. OLE color: 14392021.

HSL color Cylindrical-coordinate representation of color #D59ADB: hue angle of 294.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D59ADB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 154 219 -
CMYK 0.03 0.30 0 0.14
HSL 294.46º 0.47% 0.73% -
HSV(B) 294.46º 0.3% 0.86% -
XYZ 51.78 42.37 72.47 -
YUV 179.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 213 154 219 0.03 0.30 0 0.14 294.46 0.47 0.73
Hex D5 9A DB 3 1E 0 E 126 2F 49
Octal 325 232 333 3 36 0 16 446 57 111
Binary 11010101 10011010 11011011 11 11110 0 1110 100100110 101111 1001001

Color Harmonies of #D59ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59ADB

Black with #D59ADB

Text Example


Text Example

White with #D59ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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