Html Css Color HEX #D988DD Plum

📋 copy color: '#D988DD'

red 217 ◦ green 136 ◦ blue 221

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

Shades of Plum #D988DD

Tints of Plum #D988DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.69%

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

R = 37.8%
G = 23.69%
B = 38.5%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D988DD (or 0xD988DD) is known color: Plum. HEX triplet: D9, 88 and DD. RGB value is (217,136,221). Sum of RGB (Red+Green+Blue) = 217+136+221=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #D988DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DD is #267722. Grayscale: #A9A9A9. Windows color (decimal): -2520867 or 14518489. OLE color: 14518489.

HSL color Cylindrical-coordinate representation of color #D988DD: hue angle of 297.18º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D988DD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 136 221 -
CMYK 0.02 0.38 0 0.13
HSL 297.18º 0.56% 0.7% -
HSV(B) 297.18º 0.38% 0.87% -
XYZ 50.47 37.58 73 -
YUV 169.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 217 136 221 0.02 0.38 0 0.13 297.18 0.56 0.7
Hex D9 88 DD 2 26 0 D 129 38 46
Octal 331 210 335 2 46 0 15 451 70 106
Binary 11011001 10001000 11011101 10 100110 0 1101 100101001 111000 1000110

Color Harmonies of #D988DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988DD

Black with #D988DD

Text Example


Text Example

White with #D988DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988DD; }

 p { color: rgb(217,136,221); }

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

background-color css

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

 a { background-color: rgb(217,136,221); }

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

border-color css

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

 span { border-color: rgb(217,136,221); }

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