Html Css Color HEX #D291D8 Plum

📋 copy color: '#D291D8'

red 210 ◦ green 145 ◦ blue 216

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

Shades of Plum #D291D8

Tints of Plum #D291D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.83%

R = 36.78%
G = 25.39%
B = 37.83%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D291D8 (or 0xD291D8) is known color: Plum. HEX triplet: D2, 91 and D8. RGB value is (210,145,216). Sum of RGB (Red+Green+Blue) = 210+145+216=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #D291D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291D8 is #2D6E27. Grayscale: #ACACAC. Windows color (decimal): -2977320 or 14193106. OLE color: 14193106.

HSL color Cylindrical-coordinate representation of color #D291D8: hue angle of 294.93º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D291D8 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 145 216 -
CMYK 0.03 0.33 0 0.15
HSL 294.93º 0.48% 0.71% -
HSV(B) 294.93º 0.33% 0.85% -
XYZ 49.1 38.91 69.89 -
YUV 172.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 210 145 216 0.03 0.33 0 0.15 294.93 0.48 0.71
Hex D2 91 D8 3 21 0 F 127 30 47
Octal 322 221 330 3 41 0 17 447 60 107
Binary 11010010 10010001 11011000 11 100001 0 1111 100100111 110000 1000111

Color Harmonies of #D291D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291D8

Black with #D291D8

Text Example


Text Example

White with #D291D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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