Html Css Color HEX #D59CDE Plum

📋 copy color: '#D59CDE'

red 213 ◦ green 156 ◦ blue 222

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

Shades of Plum #D59CDE

Tints of Plum #D59CDE

RGB

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

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

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

R = 36.04%
G = 26.4%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D59CDE (or 0xD59CDE) is known color: Plum. HEX triplet: D5, 9C and DE. RGB value is (213,156,222). Sum of RGB (Red+Green+Blue) = 213+156+222=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDE is #2A6321. Grayscale: #B4B4B4. Windows color (decimal): -2777890 or 14589141. OLE color: 14589141.

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

Color convert

RGB 213 156 222 -
CMYK 0.04 0.30 0 0.13
HSL 291.82º 0.5% 0.74% -
HSV(B) 291.82º 0.3% 0.87% -
XYZ 52.51 43.2 74.68 -
YUV 180.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 213 156 222 0.04 0.30 0 0.13 291.82 0.5 0.74
Hex D5 9C DE 4 1E 0 D 124 32 4A
Octal 325 234 336 4 36 0 15 444 62 112
Binary 11010101 10011100 11011110 100 11110 0 1101 100100100 110010 1001010

Color Harmonies of #D59CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CDE

Black with #D59CDE

Text Example


Text Example

White with #D59CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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