Html Css Color HEX #D59FDF Plum

📋 copy color: '#D59FDF'

red 213 ◦ green 159 ◦ blue 223

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

Shades of Plum #D59FDF

Tints of Plum #D59FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.72%

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

R = 35.8%
G = 26.72%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D59FDF (or 0xD59FDF) is known color: Plum. HEX triplet: D5, 9F and DF. RGB value is (213,159,223). Sum of RGB (Red+Green+Blue) = 213+159+223=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #D59FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDF is #2A6020. Grayscale: #B6B6B6. Windows color (decimal): -2777121 or 14655445. OLE color: 14655445.

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

Color convert

RGB 213 159 223 -
CMYK 0.04 0.29 0 0.13
HSL 290.63º 0.5% 0.75% -
HSV(B) 290.63º 0.29% 0.87% -
XYZ 53.16 44.27 75.56 -
YUV 182.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 213 159 223 0.04 0.29 0 0.13 290.63 0.5 0.75
Hex D5 9F DF 4 1D 0 D 123 32 4B
Octal 325 237 337 4 35 0 15 443 62 113
Binary 11010101 10011111 11011111 100 11101 0 1101 100100011 110010 1001011

Color Harmonies of #D59FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FDF

Black with #D59FDF

Text Example


Text Example

White with #D59FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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