Html Css Color HEX #D291DD Plum

📋 copy color: '#D291DD'

red 210 ◦ green 145 ◦ blue 221

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

Shades of Plum #D291DD

Tints of Plum #D291DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 36.46%
G = 25.17%
B = 38.37%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D291DD (or 0xD291DD) is known color: Plum. HEX triplet: D2, 91 and DD. RGB value is (210,145,221). Sum of RGB (Red+Green+Blue) = 210+145+221=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D291DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DD is #2D6E22. Grayscale: #ACACAC. Windows color (decimal): -2977315 or 14520786. OLE color: 14520786.

HSL color Cylindrical-coordinate representation of color #D291DD: hue angle of 291.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D291DD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 145 221 -
CMYK 0.05 0.34 0 0.13
HSL 291.32º 0.53% 0.72% -
HSV(B) 291.32º 0.34% 0.87% -
XYZ 49.75 39.17 73.35 -
YUV 173.1 155.03 154.32 -
System Red Green Blue C M Y K H S L
Decimal 210 145 221 0.05 0.34 0 0.13 291.32 0.53 0.72
Hex D2 91 DD 5 22 0 D 123 35 48
Octal 322 221 335 5 42 0 15 443 65 110
Binary 11010010 10010001 11011101 101 100010 0 1101 100100011 110101 1001000

Color Harmonies of #D291DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291DD

Black with #D291DD

Text Example


Text Example

White with #D291DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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