Html Css Color HEX #D988DA Plum

📋 copy color: '#D988DA'

red 217 ◦ green 136 ◦ blue 218

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

Shades of Plum #D988DA

Tints of Plum #D988DA

RGB

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

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

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

R = 38%
G = 23.82%
B = 38.18%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D988DA (or 0xD988DA) is known color: Plum. HEX triplet: D9, 88 and DA. RGB value is (217,136,218). Sum of RGB (Red+Green+Blue) = 217+136+218=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D988DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988DA is #267725. Grayscale: #A9A9A9. Windows color (decimal): -2520870 or 14321881. OLE color: 14321881.

HSL color Cylindrical-coordinate representation of color #D988DA: hue angle of 299.27º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D988DA is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 218 -
CMYK 0.00 0.38 0 0.15
HSL 299.27º 0.53% 0.69% -
HSV(B) 299.27º 0.38% 0.85% -
XYZ 50.07 37.42 70.91 -
YUV 169.57 155.34 161.83 -
System Red Green Blue C M Y K H S L
Decimal 217 136 218 0.00 0.38 0 0.15 299.27 0.53 0.69
Hex D9 88 DA 0 26 0 F 12B 35 45
Octal 331 210 332 0 46 0 17 453 65 105
Binary 11011001 10001000 11011010 0 100110 0 1111 100101011 110101 1000101

Color Harmonies of #D988DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988DA

Black with #D988DA

Text Example


Text Example

White with #D988DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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