Html Css Color HEX #D59DDC Plum

📋 copy color: '#D59DDC'

red 213 ◦ green 157 ◦ blue 220

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

Shades of Plum #D59DDC

Tints of Plum #D59DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.61%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 36.1%
G = 26.61%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D59DDC (or 0xD59DDC) is known color: Plum. HEX triplet: D5, 9D and DC. RGB value is (213,157,220). Sum of RGB (Red+Green+Blue) = 213+157+220=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #D59DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DDC is #2A6223. Grayscale: #B4B4B4. Windows color (decimal): -2777636 or 14458325. OLE color: 14458325.

HSL color Cylindrical-coordinate representation of color #D59DDC: hue angle of 293.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59DDC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 157 220 -
CMYK 0.03 0.29 0 0.14
HSL 293.33º 0.47% 0.74% -
HSV(B) 293.33º 0.29% 0.86% -
XYZ 52.42 43.43 73.33 -
YUV 180.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 213 157 220 0.03 0.29 0 0.14 293.33 0.47 0.74
Hex D5 9D DC 3 1D 0 E 125 2F 4A
Octal 325 235 334 3 35 0 16 445 57 112
Binary 11010101 10011101 11011100 11 11101 0 1110 100100101 101111 1001010

Color Harmonies of #D59DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59DDC

Black with #D59DDC

Text Example


Text Example

White with #D59DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59DDC; }

 p { color: rgb(213,157,220); }

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

background-color css

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

 a { background-color: rgb(213,157,220); }

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

border-color css

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

 span { border-color: rgb(213,157,220); }

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