Html Css Color HEX #D991DA Plum

📋 copy color: '#D991DA'

red 217 ◦ green 145 ◦ blue 218

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

Shades of Plum #D991DA

Tints of Plum #D991DA

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

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

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

R = 37.41%
G = 25%
B = 37.59%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D991DA (or 0xD991DA) is known color: Plum. HEX triplet: D9, 91 and DA. RGB value is (217,145,218). Sum of RGB (Red+Green+Blue) = 217+145+218=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #D991DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D991DA is #266E25. Grayscale: #AEAEAE. Windows color (decimal): -2518566 or 14324185. OLE color: 14324185.

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

Color convert

RGB 217 145 218 -
CMYK 0.00 0.33 0 0.15
HSL 299.18º 0.5% 0.71% -
HSV(B) 299.18º 0.33% 0.85% -
XYZ 51.4 40.06 71.35 -
YUV 174.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 217 145 218 0.00 0.33 0 0.15 299.18 0.5 0.71
Hex D9 91 DA 0 21 0 F 12B 32 47
Octal 331 221 332 0 41 0 17 453 62 107
Binary 11011001 10010001 11011010 0 100001 0 1111 100101011 110010 1000111

Color Harmonies of #D991DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D991DA

Black with #D991DA

Text Example


Text Example

White with #D991DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D991DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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