Html Css Color HEX #D98ADD Plum

📋 copy color: '#D98ADD'

red 217 ◦ green 138 ◦ blue 221

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

Shades of Plum #D98ADD

Tints of Plum #D98ADD

RGB

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

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

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

R = 37.67%
G = 23.96%
B = 38.37%

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

#D98ADD (or 0xD98ADD) is known color: Plum. HEX triplet: D9, 8A and DD. RGB value is (217,138,221). Sum of RGB (Red+Green+Blue) = 217+138+221=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADD is #267522. Grayscale: #AAAAAA. Windows color (decimal): -2520355 or 14519001. OLE color: 14519001.

HSL color Cylindrical-coordinate representation of color #D98ADD: hue angle of 297.11º degrees, saturation: 0.55, 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 #D98ADD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 138 221 -
CMYK 0.02 0.38 0 0.13
HSL 297.11º 0.55% 0.7% -
HSV(B) 297.11º 0.38% 0.87% -
XYZ 50.75 38.15 73.1 -
YUV 171.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 217 138 221 0.02 0.38 0 0.13 297.11 0.55 0.7
Hex D9 8A DD 2 26 0 D 129 37 46
Octal 331 212 335 2 46 0 15 451 67 106
Binary 11011001 10001010 11011101 10 100110 0 1101 100101001 110111 1000110

Color Harmonies of #D98ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ADD

Black with #D98ADD

Text Example


Text Example

White with #D98ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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