Html Css Color HEX #D59BDA Plum

📋 copy color: '#D59BDA'

red 213 ◦ green 155 ◦ blue 218

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

Shades of Plum #D59BDA

Tints of Plum #D59BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.45%

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 36.35%
G = 26.45%
B = 37.2%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D59BDA (or 0xD59BDA) is known color: Plum. HEX triplet: D5, 9B and DA. RGB value is (213,155,218). Sum of RGB (Red+Green+Blue) = 213+155+218=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #D59BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59BDA is #2A6425. Grayscale: #B3B3B3. Windows color (decimal): -2778150 or 14326741. OLE color: 14326741.

HSL color Cylindrical-coordinate representation of color #D59BDA: hue angle of 295.24º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D59BDA is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 155 218 -
CMYK 0.02 0.29 0 0.15
HSL 295.24º 0.46% 0.73% -
HSV(B) 295.24º 0.29% 0.85% -
XYZ 51.82 42.65 71.83 -
YUV 179.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 213 155 218 0.02 0.29 0 0.15 295.24 0.46 0.73
Hex D5 9B DA 2 1D 0 F 127 2E 49
Octal 325 233 332 2 35 0 17 447 56 111
Binary 11010101 10011011 11011010 10 11101 0 1111 100100111 101110 1001001

Color Harmonies of #D59BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BDA

Black with #D59BDA

Text Example


Text Example

White with #D59BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BDA; }

 p { color: rgb(213,155,218); }

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

background-color css

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

 a { background-color: rgb(213,155,218); }

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

border-color css

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

 span { border-color: rgb(213,155,218); }

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