Html Css Color HEX #D98FDE Plum

📋 copy color: '#D98FDE'

red 217 ◦ green 143 ◦ blue 222

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

Shades of Plum #D98FDE

Tints of Plum #D98FDE

RGB

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

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

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

R = 37.29%
G = 24.57%
B = 38.14%

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

#D98FDE (or 0xD98FDE) is known color: Plum. HEX triplet: D9, 8F and DE. RGB value is (217,143,222). Sum of RGB (Red+Green+Blue) = 217+143+222=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #D98FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDE is #267021. Grayscale: #ADADAD. Windows color (decimal): -2519074 or 14585817. OLE color: 14585817.

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

Color convert

RGB 217 143 222 -
CMYK 0.02 0.36 0 0.13
HSL 296.2º 0.54% 0.72% -
HSV(B) 296.2º 0.36% 0.87% -
XYZ 51.62 39.67 74.04 -
YUV 174.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 217 143 222 0.02 0.36 0 0.13 296.2 0.54 0.72
Hex D9 8F DE 2 24 0 D 128 36 48
Octal 331 217 336 2 44 0 15 450 66 110
Binary 11011001 10001111 11011110 10 100100 0 1101 100101000 110110 1001000

Color Harmonies of #D98FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FDE

Black with #D98FDE

Text Example


Text Example

White with #D98FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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