Html Css Color HEX #D98FED Plum

📋 copy color: '#D98FED'

red 217 ◦ green 143 ◦ blue 237

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

Shades of Plum #D98FED

Tints of Plum #D98FED

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.95%

 BLUE value IS 237 (92.97% from 255) = 39.7%

R = 36.35%
G = 23.95%
B = 39.7%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D98FED (or 0xD98FED) is known color: Plum. HEX triplet: D9, 8F and ED. RGB value is (217,143,237). Sum of RGB (Red+Green+Blue) = 217+143+237=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 143 (56.25% from 255 or 23.95% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #D98FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FED is #267012. Grayscale: #AFAFAF. Windows color (decimal): -2519059 or 15568857. OLE color: 15568857.

HSL color Cylindrical-coordinate representation of color #D98FED: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98FED is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 143 237 -
CMYK 0.08 0.40 0 0.07
HSL 287.23º 0.72% 0.75% -
HSV(B) 287.23º 0.4% 0.93% -
XYZ 53.72 40.51 85.11 -
YUV 175.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 217 143 237 0.08 0.40 0 0.07 287.23 0.72 0.75
Hex D9 8F ED 8 28 0 7 11F 48 4B
Octal 331 217 355 10 50 0 7 437 110 113
Binary 11011001 10001111 11101101 1000 101000 0 111 100011111 1001000 1001011

Color Harmonies of #D98FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FED

Black with #D98FED

Text Example


Text Example

White with #D98FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FED; }

 p { color: rgb(217,143,237); }

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

background-color css

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

 a { background-color: rgb(217,143,237); }

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

border-color css

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

 span { border-color: rgb(217,143,237); }

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