Html Css Color HEX #D291D5 Plum

📋 copy color: '#D291D5'

red 210 ◦ green 145 ◦ blue 213

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

Shades of Plum #D291D5

Tints of Plum #D291D5

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

 GREEN value IS 145 (57.03% from 255) = 25.53%

 BLUE value IS 213 (83.59% from 255) = 37.5%

R = 36.97%
G = 25.53%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D291D5 (or 0xD291D5) is known color: Plum. HEX triplet: D2, 91 and D5. RGB value is (210,145,213). Sum of RGB (Red+Green+Blue) = 210+145+213=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #D291D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291D5 is #2D6E2A. Grayscale: #ABABAB. Windows color (decimal): -2977323 or 13996498. OLE color: 13996498.

HSL color Cylindrical-coordinate representation of color #D291D5: hue angle of 297.35º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D291D5 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 145 213 -
CMYK 0.01 0.32 0 0.16
HSL 297.35º 0.45% 0.7% -
HSV(B) 297.35º 0.32% 0.84% -
XYZ 48.71 38.76 67.86 -
YUV 172.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 210 145 213 0.01 0.32 0 0.16 297.35 0.45 0.7
Hex D2 91 D5 1 20 0 10 129 2D 46
Octal 322 221 325 1 40 0 20 451 55 106
Binary 11010010 10010001 11010101 1 100000 0 10000 100101001 101101 1000110

Color Harmonies of #D291D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291D5

Black with #D291D5

Text Example


Text Example

White with #D291D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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