Html Css Color HEX #D59CDA Plum

📋 copy color: '#D59CDA'

red 213 ◦ green 156 ◦ blue 218

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

Shades of Plum #D59CDA

Tints of Plum #D59CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.14%

R = 36.29%
G = 26.58%
B = 37.14%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D59CDA (or 0xD59CDA) is known color: Plum. HEX triplet: D5, 9C and DA. RGB value is (213,156,218). Sum of RGB (Red+Green+Blue) = 213+156+218=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDA is #2A6325. Grayscale: #B3B3B3. Windows color (decimal): -2777894 or 14326997. OLE color: 14326997.

HSL color Cylindrical-coordinate representation of color #D59CDA: hue angle of 295.16º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59CDA is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 156 218 -
CMYK 0.02 0.28 0 0.15
HSL 295.16º 0.46% 0.73% -
HSV(B) 295.16º 0.28% 0.85% -
XYZ 51.98 42.99 71.89 -
YUV 180.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 213 156 218 0.02 0.28 0 0.15 295.16 0.46 0.73
Hex D5 9C DA 2 1C 0 F 127 2E 49
Octal 325 234 332 2 34 0 17 447 56 111
Binary 11010101 10011100 11011010 10 11100 0 1111 100100111 101110 1001001

Color Harmonies of #D59CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CDA

Black with #D59CDA

Text Example


Text Example

White with #D59CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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