Html Css Color HEX #D98EDD Plum

📋 copy color: '#D98EDD'

red 217 ◦ green 142 ◦ blue 221

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

Shades of Plum #D98EDD

Tints of Plum #D98EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.48%

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

R = 37.41%
G = 24.48%
B = 38.1%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98EDD (or 0xD98EDD) is known color: Plum. HEX triplet: D9, 8E and DD. RGB value is (217,142,221). Sum of RGB (Red+Green+Blue) = 217+142+221=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98EDD is #267122. Grayscale: #ADADAD. Windows color (decimal): -2519331 or 14520025. OLE color: 14520025.

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

Color convert

RGB 217 142 221 -
CMYK 0.02 0.36 0 0.13
HSL 296.96º 0.54% 0.71% -
HSV(B) 296.96º 0.36% 0.87% -
XYZ 51.34 39.32 73.29 -
YUV 173.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 217 142 221 0.02 0.36 0 0.13 296.96 0.54 0.71
Hex D9 8E DD 2 24 0 D 129 36 47
Octal 331 216 335 2 44 0 15 451 66 107
Binary 11011001 10001110 11011101 10 100100 0 1101 100101001 110110 1000111

Color Harmonies of #D98EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98EDD

Black with #D98EDD

Text Example


Text Example

White with #D98EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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