Html Css Color HEX #D59CDF Plum

📋 copy color: '#D59CDF'

red 213 ◦ green 156 ◦ blue 223

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

Shades of Plum #D59CDF

Tints of Plum #D59CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 35.98%
G = 26.35%
B = 37.67%

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

#D59CDF (or 0xD59CDF) is known color: Plum. HEX triplet: D5, 9C and DF. RGB value is (213,156,223). Sum of RGB (Red+Green+Blue) = 213+156+223=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CDF is #2A6320. Grayscale: #B4B4B4. Windows color (decimal): -2777889 or 14654677. OLE color: 14654677.

HSL color Cylindrical-coordinate representation of color #D59CDF: hue angle of 291.04º degrees, saturation: 0.51, 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 #D59CDF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 156 223 -
CMYK 0.04 0.30 0 0.13
HSL 291.04º 0.51% 0.74% -
HSV(B) 291.04º 0.3% 0.87% -
XYZ 52.65 43.25 75.39 -
YUV 180.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 213 156 223 0.04 0.30 0 0.13 291.04 0.51 0.74
Hex D5 9C DF 4 1E 0 D 123 33 4A
Octal 325 234 337 4 36 0 15 443 63 112
Binary 11010101 10011100 11011111 100 11110 0 1101 100100011 110011 1001010

Color Harmonies of #D59CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CDF

Black with #D59CDF

Text Example


Text Example

White with #D59CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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