Html Css Color HEX #D59DDF Plum

📋 copy color: '#D59DDF'

red 213 ◦ green 157 ◦ blue 223

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

Shades of Plum #D59DDF

Tints of Plum #D59DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

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

R = 35.92%
G = 26.48%
B = 37.61%

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

#D59DDF (or 0xD59DDF) is known color: Plum. HEX triplet: D5, 9D and DF. RGB value is (213,157,223). Sum of RGB (Red+Green+Blue) = 213+157+223=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DDF is #2A6220. Grayscale: #B5B5B5. Windows color (decimal): -2777633 or 14654933. OLE color: 14654933.

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

Color convert

RGB 213 157 223 -
CMYK 0.04 0.30 0 0.13
HSL 290.91º 0.51% 0.75% -
HSV(B) 290.91º 0.3% 0.87% -
XYZ 52.82 43.59 75.44 -
YUV 181.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 213 157 223 0.04 0.30 0 0.13 290.91 0.51 0.75
Hex D5 9D DF 4 1E 0 D 123 33 4B
Octal 325 235 337 4 36 0 15 443 63 113
Binary 11010101 10011101 11011111 100 11110 0 1101 100100011 110011 1001011

Color Harmonies of #D59DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DDF

Black with #D59DDF

Text Example


Text Example

White with #D59DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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