Html Css Color HEX #D98ADC Plum

📋 copy color: '#D98ADC'

red 217 ◦ green 138 ◦ blue 220

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

Shades of Plum #D98ADC

Tints of Plum #D98ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 37.74%
G = 24%
B = 38.26%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D98ADC (or 0xD98ADC) is known color: Plum. HEX triplet: D9, 8A and DC. RGB value is (217,138,220). Sum of RGB (Red+Green+Blue) = 217+138+220=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D98ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ADC is #267523. Grayscale: #AAAAAA. Windows color (decimal): -2520356 or 14453465. OLE color: 14453465.

HSL color Cylindrical-coordinate representation of color #D98ADC: hue angle of 297.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98ADC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 138 220 -
CMYK 0.01 0.37 0 0.14
HSL 297.8º 0.54% 0.7% -
HSV(B) 297.8º 0.37% 0.86% -
XYZ 50.62 38.1 72.4 -
YUV 170.97 155.67 160.83 -
System Red Green Blue C M Y K H S L
Decimal 217 138 220 0.01 0.37 0 0.14 297.8 0.54 0.7
Hex D9 8A DC 1 25 0 E 12A 36 46
Octal 331 212 334 1 45 0 16 452 66 106
Binary 11011001 10001010 11011100 1 100101 0 1110 100101010 110110 1000110

Color Harmonies of #D98ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98ADC

Black with #D98ADC

Text Example


Text Example

White with #D98ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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