Html Css Color HEX #D98DCF Plum

📋 copy color: '#D98DCF'

red 217 ◦ green 141 ◦ blue 207

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

Shades of Plum #D98DCF

Tints of Plum #D98DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 38.41%
G = 24.96%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D98DCF (or 0xD98DCF) is known color: Plum. HEX triplet: D9, 8D and CF. RGB value is (217,141,207). Sum of RGB (Red+Green+Blue) = 217+141+207=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DCF is #267230. Grayscale: #ABABAB. Windows color (decimal): -2519601 or 13602265. OLE color: 13602265.

HSL color Cylindrical-coordinate representation of color #D98DCF: hue angle of 307.89º 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 #D98DCF is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 141 207 -
CMYK 0 0.35 0.05 0.15
HSL 307.89º 0.5% 0.7% -
HSV(B) 307.89º 0.35% 0.85% -
XYZ 49.4 38.31 63.82 -
YUV 171.25 148.18 160.63 -
System Red Green Blue C M Y K H S L
Decimal 217 141 207 0 0.35 0.05 0.15 307.89 0.5 0.7
Hex D9 8D CF 0 23 5 F 134 32 46
Octal 331 215 317 0 43 5 17 464 62 106
Binary 11011001 10001101 11001111 0 100011 101 1111 100110100 110010 1000110

Color Harmonies of #D98DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DCF

Black with #D98DCF

Text Example


Text Example

White with #D98DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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