Html Css Color HEX #D59FD1 Plum

📋 copy color: '#D59FD1'

red 213 ◦ green 159 ◦ blue 209

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

Shades of Plum #D59FD1

Tints of Plum #D59FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.97%

R = 36.66%
G = 27.37%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D59FD1 (or 0xD59FD1) is known color: Plum. HEX triplet: D5, 9F and D1. RGB value is (213,159,209). Sum of RGB (Red+Green+Blue) = 213+159+209=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD1 is #2A602E. Grayscale: #B4B4B4. Windows color (decimal): -2777135 or 13737941. OLE color: 13737941.

HSL color Cylindrical-coordinate representation of color #D59FD1: hue angle of 304.44º 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 #D59FD1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 209 -
CMYK 0 0.25 0.02 0.16
HSL 304.44º 0.39% 0.73% -
HSV(B) 304.44º 0.25% 0.84% -
XYZ 51.35 43.55 66.02 -
YUV 180.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 213 159 209 0 0.25 0.02 0.16 304.44 0.39 0.73
Hex D5 9F D1 0 19 2 10 130 27 49
Octal 325 237 321 0 31 2 20 460 47 111
Binary 11010101 10011111 11010001 0 11001 10 10000 100110000 100111 1001001

Color Harmonies of #D59FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FD1

Black with #D59FD1

Text Example


Text Example

White with #D59FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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