Html Css Color HEX #D98DDE Plum

📋 copy color: '#D98DDE'

red 217 ◦ green 141 ◦ blue 222

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

Shades of Plum #D98DDE

Tints of Plum #D98DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.28%

R = 37.41%
G = 24.31%
B = 38.28%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98DDE (or 0xD98DDE) is known color: Plum. HEX triplet: D9, 8D and DE. RGB value is (217,141,222). Sum of RGB (Red+Green+Blue) = 217+141+222=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DDE is #267221. Grayscale: #ACACAC. Windows color (decimal): -2519586 or 14585305. OLE color: 14585305.

HSL color Cylindrical-coordinate representation of color #D98DDE: hue angle of 296.3º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98DDE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 141 222 -
CMYK 0.02 0.36 0 0.13
HSL 296.3º 0.55% 0.71% -
HSV(B) 296.3º 0.36% 0.87% -
XYZ 51.32 39.08 73.94 -
YUV 172.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 217 141 222 0.02 0.36 0 0.13 296.3 0.55 0.71
Hex D9 8D DE 2 24 0 D 128 37 47
Octal 331 215 336 2 44 0 15 450 67 107
Binary 11011001 10001101 11011110 10 100100 0 1101 100101000 110111 1000111

Color Harmonies of #D98DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DDE

Black with #D98DDE

Text Example


Text Example

White with #D98DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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