Html Css Color HEX #D59CD1 Plum

📋 copy color: '#D59CD1'

red 213 ◦ green 156 ◦ blue 209

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

Shades of Plum #D59CD1

Tints of Plum #D59CD1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.99%

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

R = 36.85%
G = 26.99%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D59CD1 (or 0xD59CD1) is known color: Plum. HEX triplet: D5, 9C and D1. RGB value is (213,156,209). Sum of RGB (Red+Green+Blue) = 213+156+209=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CD1 is #2A632E. Grayscale: #B2B2B2. Windows color (decimal): -2777903 or 13737173. OLE color: 13737173.

HSL color Cylindrical-coordinate representation of color #D59CD1: hue angle of 304.21º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CD1 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 209 -
CMYK 0 0.27 0.02 0.16
HSL 304.21º 0.4% 0.72% -
HSV(B) 304.21º 0.27% 0.84% -
XYZ 50.84 42.53 65.85 -
YUV 179.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 213 156 209 0 0.27 0.02 0.16 304.21 0.4 0.72
Hex D5 9C D1 0 1B 2 10 130 28 48
Octal 325 234 321 0 33 2 20 460 50 110
Binary 11010101 10011100 11010001 0 11011 10 10000 100110000 101000 1001000

Color Harmonies of #D59CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CD1

Black with #D59CD1

Text Example


Text Example

White with #D59CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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