Html Css Color HEX #D59CDB Plum

📋 copy color: '#D59CDB'

red 213 ◦ green 156 ◦ blue 219

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

Shades of Plum #D59CDB

Tints of Plum #D59CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.53%

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

R = 36.22%
G = 26.53%
B = 37.24%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59CDB (or 0xD59CDB) is known color: Plum. HEX triplet: D5, 9C and DB. RGB value is (213,156,219). Sum of RGB (Red+Green+Blue) = 213+156+219=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #D59CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDB is #2A6324. Grayscale: #B4B4B4. Windows color (decimal): -2777893 or 14392533. OLE color: 14392533.

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

Color convert

RGB 213 156 219 -
CMYK 0.03 0.29 0 0.14
HSL 294.29º 0.47% 0.74% -
HSV(B) 294.29º 0.29% 0.86% -
XYZ 52.12 43.04 72.58 -
YUV 180.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 213 156 219 0.03 0.29 0 0.14 294.29 0.47 0.74
Hex D5 9C DB 3 1D 0 E 126 2F 4A
Octal 325 234 333 3 35 0 16 446 57 112
Binary 11010101 10011100 11011011 11 11101 0 1110 100100110 101111 1001010

Color Harmonies of #D59CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CDB

Black with #D59CDB

Text Example


Text Example

White with #D59CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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