Html Css Color HEX #D98DE0 Plum

📋 copy color: '#D98DE0'

red 217 ◦ green 141 ◦ blue 224

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

Shades of Plum #D98DE0

Tints of Plum #D98DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.49%

R = 37.29%
G = 24.23%
B = 38.49%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D98DE0 (or 0xD98DE0) is known color: Plum. HEX triplet: D9, 8D and E0. RGB value is (217,141,224). Sum of RGB (Red+Green+Blue) = 217+141+224=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 224 (87.89% from 255 or 38.49% from 582); Max value from RGB is 224 - color contains mainly: blue. Hex color #D98DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98DE0 is #26721F. Grayscale: #ACACAC. Windows color (decimal): -2519584 or 14716377. OLE color: 14716377.

HSL color Cylindrical-coordinate representation of color #D98DE0: hue angle of 294.94º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D98DE0 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 217 141 224 -
CMYK 0.03 0.37 0 0.12
HSL 294.94º 0.57% 0.72% -
HSV(B) 294.94º 0.37% 0.88% -
XYZ 51.59 39.18 75.36 -
YUV 173.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 217 141 224 0.03 0.37 0 0.12 294.94 0.57 0.72
Hex D9 8D E0 3 25 0 C 127 39 48
Octal 331 215 340 3 45 0 14 447 71 110
Binary 11011001 10001101 11100000 11 100101 0 1100 100100111 111001 1001000

Color Harmonies of #D98DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98DE0

Black with #D98DE0

Text Example


Text Example

White with #D98DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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