Html Css Color HEX #D59EDB Plum

📋 copy color: '#D59EDB'

red 213 ◦ green 158 ◦ blue 219

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

Shades of Plum #D59EDB

Tints of Plum #D59EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.78%

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

R = 36.1%
G = 26.78%
B = 37.12%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59EDB (or 0xD59EDB) is known color: Plum. HEX triplet: D5, 9E and DB. RGB value is (213,158,219). Sum of RGB (Red+Green+Blue) = 213+158+219=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59EDB is #2A6124. Grayscale: #B5B5B5. Windows color (decimal): -2777381 or 14393045. OLE color: 14393045.

HSL color Cylindrical-coordinate representation of color #D59EDB: hue angle of 294.1º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59EDB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 158 219 -
CMYK 0.03 0.28 0 0.14
HSL 294.1º 0.46% 0.74% -
HSV(B) 294.1º 0.28% 0.86% -
XYZ 52.45 43.71 72.69 -
YUV 181.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 213 158 219 0.03 0.28 0 0.14 294.1 0.46 0.74
Hex D5 9E DB 3 1C 0 E 126 2E 4A
Octal 325 236 333 3 34 0 16 446 56 112
Binary 11010101 10011110 11011011 11 11100 0 1110 100100110 101110 1001010

Color Harmonies of #D59EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59EDB

Black with #D59EDB

Text Example


Text Example

White with #D59EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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