Html Css Color HEX #D59FD2 Plum

📋 copy color: '#D59FD2'

red 213 ◦ green 159 ◦ blue 210

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

Shades of Plum #D59FD2

Tints of Plum #D59FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 36.6%
G = 27.32%
B = 36.08%

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

#D59FD2 (or 0xD59FD2) is known color: Plum. HEX triplet: D5, 9F and D2. RGB value is (213,159,210). Sum of RGB (Red+Green+Blue) = 213+159+210=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD2 is #2A602D. Grayscale: #B4B4B4. Windows color (decimal): -2777134 or 13803477. OLE color: 13803477.

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

Color convert

RGB 213 159 210 -
CMYK 0 0.25 0.01 0.16
HSL 303.33º 0.39% 0.73% -
HSV(B) 303.33º 0.25% 0.84% -
XYZ 51.47 43.6 66.67 -
YUV 180.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 213 159 210 0 0.25 0.01 0.16 303.33 0.39 0.73
Hex D5 9F D2 0 19 1 10 12F 27 49
Octal 325 237 322 0 31 1 20 457 47 111
Binary 11010101 10011111 11010010 0 11001 1 10000 100101111 100111 1001001

Color Harmonies of #D59FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FD2

Black with #D59FD2

Text Example


Text Example

White with #D59FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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