Html Css Color HEX #D98FDB Plum

📋 copy color: '#D98FDB'

red 217 ◦ green 143 ◦ blue 219

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

Shades of Plum #D98FDB

Tints of Plum #D98FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 37.48%
G = 24.7%
B = 37.82%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D98FDB (or 0xD98FDB) is known color: Plum. HEX triplet: D9, 8F and DB. RGB value is (217,143,219). Sum of RGB (Red+Green+Blue) = 217+143+219=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D98FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98FDB is #267024. Grayscale: #ADADAD. Windows color (decimal): -2519077 or 14389209. OLE color: 14389209.

HSL color Cylindrical-coordinate representation of color #D98FDB: hue angle of 298.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98FDB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 143 219 -
CMYK 0.01 0.35 0 0.14
HSL 298.42º 0.51% 0.71% -
HSV(B) 298.42º 0.35% 0.86% -
XYZ 51.22 39.51 71.94 -
YUV 173.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 217 143 219 0.01 0.35 0 0.14 298.42 0.51 0.71
Hex D9 8F DB 1 23 0 E 12A 33 47
Octal 331 217 333 1 43 0 16 452 63 107
Binary 11011001 10001111 11011011 1 100011 0 1110 100101010 110011 1000111

Color Harmonies of #D98FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98FDB

Black with #D98FDB

Text Example


Text Example

White with #D98FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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