Html Css Color HEX #D98DCC Plum

📋 copy color: '#D98DCC'

red 217 ◦ green 141 ◦ blue 204

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

Shades of Plum #D98DCC

Tints of Plum #D98DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

 BLUE value IS 204 (80.08% from 255) = 36.3%

R = 38.61%
G = 25.09%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D98DCC (or 0xD98DCC) is known color: Plum. HEX triplet: D9, 8D and CC. RGB value is (217,141,204). Sum of RGB (Red+Green+Blue) = 217+141+204=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCC is #267233. Grayscale: #AAAAAA. Windows color (decimal): -2519604 or 13405657. OLE color: 13405657.

HSL color Cylindrical-coordinate representation of color #D98DCC: hue angle of 310.26º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DCC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 204 -
CMYK 0 0.35 0.06 0.15
HSL 310.26º 0.5% 0.7% -
HSV(B) 310.26º 0.35% 0.85% -
XYZ 49.04 38.16 61.91 -
YUV 170.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 217 141 204 0 0.35 0.06 0.15 310.26 0.5 0.7
Hex D9 8D CC 0 23 6 F 136 32 46
Octal 331 215 314 0 43 6 17 466 62 106
Binary 11011001 10001101 11001100 0 100011 110 1111 100110110 110010 1000110

Color Harmonies of #D98DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DCC

Black with #D98DCC

Text Example


Text Example

White with #D98DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DCC; }

 p { color: rgb(217,141,204); }

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

background-color css

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

 a { background-color: rgb(217,141,204); }

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

border-color css

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

 span { border-color: rgb(217,141,204); }

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