Html Css Color HEX #D98DDA Plum

📋 copy color: '#D98DDA'

red 217 ◦ green 141 ◦ blue 218

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

Shades of Plum #D98DDA

Tints of Plum #D98DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 37.67%
G = 24.48%
B = 37.85%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D98DDA (or 0xD98DDA) is known color: Plum. HEX triplet: D9, 8D and DA. RGB value is (217,141,218). Sum of RGB (Red+Green+Blue) = 217+141+218=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #D98DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDA is #267225. Grayscale: #ACACAC. Windows color (decimal): -2519590 or 14323161. OLE color: 14323161.

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

Color convert

RGB 217 141 218 -
CMYK 0.00 0.35 0 0.15
HSL 299.22º 0.51% 0.7% -
HSV(B) 299.22º 0.35% 0.85% -
XYZ 50.8 38.86 71.15 -
YUV 172.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 217 141 218 0.00 0.35 0 0.15 299.22 0.51 0.7
Hex D9 8D DA 0 23 0 F 12B 33 46
Octal 331 215 332 0 43 0 17 453 63 106
Binary 11011001 10001101 11011010 0 100011 0 1111 100101011 110011 1000110

Color Harmonies of #D98DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DDA

Black with #D98DDA

Text Example


Text Example

White with #D98DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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