Html Css Color HEX #D98FEC Plum

📋 copy color: '#D98FEC'

red 217 ◦ green 143 ◦ blue 236

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

Shades of Plum #D98FEC

Tints of Plum #D98FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.6%

R = 36.41%
G = 23.99%
B = 39.6%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D98FEC (or 0xD98FEC) is known color: Plum. HEX triplet: D9, 8F and EC. RGB value is (217,143,236). Sum of RGB (Red+Green+Blue) = 217+143+236=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #D98FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98FEC is #267013. Grayscale: #AFAFAF. Windows color (decimal): -2519060 or 15503321. OLE color: 15503321.

HSL color Cylindrical-coordinate representation of color #D98FEC: hue angle of 287.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98FEC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 143 236 -
CMYK 0.08 0.39 0 0.07
HSL 287.74º 0.71% 0.74% -
HSV(B) 287.74º 0.39% 0.93% -
XYZ 53.58 40.45 84.34 -
YUV 175.73 162.02 157.44 -
System Red Green Blue C M Y K H S L
Decimal 217 143 236 0.08 0.39 0 0.07 287.74 0.71 0.74
Hex D9 8F EC 8 27 0 7 120 47 4A
Octal 331 217 354 10 47 0 7 440 107 112
Binary 11011001 10001111 11101100 1000 100111 0 111 100100000 1000111 1001010

Color Harmonies of #D98FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FEC

Black with #D98FEC

Text Example


Text Example

White with #D98FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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