Html Css Color HEX #D98ADE Plum

📋 copy color: '#D98ADE'

red 217 ◦ green 138 ◦ blue 222

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

Shades of Plum #D98ADE

Tints of Plum #D98ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.92%

 BLUE value IS 222 (87.11% from 255) = 38.47%

R = 37.61%
G = 23.92%
B = 38.47%

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

#D98ADE (or 0xD98ADE) is known color: Plum. HEX triplet: D9, 8A and DE. RGB value is (217,138,222). Sum of RGB (Red+Green+Blue) = 217+138+222=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADE is #267521. Grayscale: #AAAAAA. Windows color (decimal): -2520354 or 14584537. OLE color: 14584537.

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

Color convert

RGB 217 138 222 -
CMYK 0.02 0.38 0 0.13
HSL 296.43º 0.56% 0.71% -
HSV(B) 296.43º 0.38% 0.87% -
XYZ 50.89 38.2 73.8 -
YUV 171.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 217 138 222 0.02 0.38 0 0.13 296.43 0.56 0.71
Hex D9 8A DE 2 26 0 D 128 38 47
Octal 331 212 336 2 46 0 15 450 70 107
Binary 11011001 10001010 11011110 10 100110 0 1101 100101000 111000 1000111

Color Harmonies of #D98ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ADE

Black with #D98ADE

Text Example


Text Example

White with #D98ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ADE; }

 p { color: rgb(217,138,222); }

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

background-color css

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

 a { background-color: rgb(217,138,222); }

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

border-color css

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

 span { border-color: rgb(217,138,222); }

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