Html Css Color HEX #D59FDE Plum

📋 copy color: '#D59FDE'

red 213 ◦ green 159 ◦ blue 222

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

Shades of Plum #D59FDE

Tints of Plum #D59FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 35.86%
G = 26.77%
B = 37.37%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D59FDE (or 0xD59FDE) is known color: Plum. HEX triplet: D5, 9F and DE. RGB value is (213,159,222). Sum of RGB (Red+Green+Blue) = 213+159+222=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #D59FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDE is #2A6021. Grayscale: #B6B6B6. Windows color (decimal): -2777122 or 14589909. OLE color: 14589909.

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

Color convert

RGB 213 159 222 -
CMYK 0.04 0.28 0 0.13
HSL 291.43º 0.49% 0.75% -
HSV(B) 291.43º 0.28% 0.87% -
XYZ 53.02 44.22 74.85 -
YUV 182.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 213 159 222 0.04 0.28 0 0.13 291.43 0.49 0.75
Hex D5 9F DE 4 1C 0 D 123 31 4B
Octal 325 237 336 4 34 0 15 443 61 113
Binary 11010101 10011111 11011110 100 11100 0 1101 100100011 110001 1001011

Color Harmonies of #D59FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FDE

Black with #D59FDE

Text Example


Text Example

White with #D59FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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