Html Css Color HEX #D59FD3 Plum

📋 copy color: '#D59FD3'

red 213 ◦ green 159 ◦ blue 211

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

Shades of Plum #D59FD3

Tints of Plum #D59FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 36.54%
G = 27.27%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D59FD3 (or 0xD59FD3) is known color: Plum. HEX triplet: D5, 9F and D3. RGB value is (213,159,211). Sum of RGB (Red+Green+Blue) = 213+159+211=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD3 is #2A602C. Grayscale: #B4B4B4. Windows color (decimal): -2777133 or 13869013. OLE color: 13869013.

HSL color Cylindrical-coordinate representation of color #D59FD3: hue angle of 302.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FD3 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 211 -
CMYK 0 0.25 0.01 0.16
HSL 302.22º 0.39% 0.73% -
HSV(B) 302.22º 0.25% 0.84% -
XYZ 51.6 43.65 67.33 -
YUV 181.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 213 159 211 0 0.25 0.01 0.16 302.22 0.39 0.73
Hex D5 9F D3 0 19 1 10 12E 27 49
Octal 325 237 323 0 31 1 20 456 47 111
Binary 11010101 10011111 11010011 0 11001 1 10000 100101110 100111 1001001

Color Harmonies of #D59FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FD3

Black with #D59FD3

Text Example


Text Example

White with #D59FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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