Html Css Color HEX #D98ADF Plum

📋 copy color: '#D98ADF'

red 217 ◦ green 138 ◦ blue 223

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

Shades of Plum #D98ADF

Tints of Plum #D98ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 37.54%
G = 23.88%
B = 38.58%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98ADF (or 0xD98ADF) is known color: Plum. HEX triplet: D9, 8A and DF. RGB value is (217,138,223). Sum of RGB (Red+Green+Blue) = 217+138+223=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D98ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADF is #267520. Grayscale: #ABABAB. Windows color (decimal): -2520353 or 14650073. OLE color: 14650073.

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

Color convert

RGB 217 138 223 -
CMYK 0.03 0.38 0 0.13
HSL 295.76º 0.57% 0.71% -
HSV(B) 295.76º 0.38% 0.87% -
XYZ 51.02 38.26 74.51 -
YUV 171.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 217 138 223 0.03 0.38 0 0.13 295.76 0.57 0.71
Hex D9 8A DF 3 26 0 D 128 39 47
Octal 331 212 337 3 46 0 15 450 71 107
Binary 11011001 10001010 11011111 11 100110 0 1101 100101000 111001 1000111

Color Harmonies of #D98ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ADF

Black with #D98ADF

Text Example


Text Example

White with #D98ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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