Html Css Color HEX #D291DA Plum

📋 copy color: '#D291DA'

red 210 ◦ green 145 ◦ blue 218

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

Shades of Plum #D291DA

Tints of Plum #D291DA

RGB

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

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

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

R = 36.65%
G = 25.31%
B = 38.05%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D291DA (or 0xD291DA) is known color: Plum. HEX triplet: D2, 91 and DA. RGB value is (210,145,218). Sum of RGB (Red+Green+Blue) = 210+145+218=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D291DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D291DA is #2D6E25. Grayscale: #ACACAC. Windows color (decimal): -2977318 or 14324178. OLE color: 14324178.

HSL color Cylindrical-coordinate representation of color #D291DA: hue angle of 293.42º degrees, saturation: 0.5, 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 #D291DA is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 145 218 -
CMYK 0.04 0.33 0 0.15
HSL 293.42º 0.5% 0.71% -
HSV(B) 293.42º 0.33% 0.85% -
XYZ 49.36 39.01 71.26 -
YUV 172.76 153.53 154.56 -
System Red Green Blue C M Y K H S L
Decimal 210 145 218 0.04 0.33 0 0.15 293.42 0.5 0.71
Hex D2 91 DA 4 21 0 F 125 32 47
Octal 322 221 332 4 41 0 17 445 62 107
Binary 11010010 10010001 11011010 100 100001 0 1111 100100101 110010 1000111

Color Harmonies of #D291DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291DA

Black with #D291DA

Text Example


Text Example

White with #D291DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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