Html Css Color HEX #D98CDB Plum

📋 copy color: '#D98CDB'

red 217 ◦ green 140 ◦ blue 219

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

Shades of Plum #D98CDB

Tints of Plum #D98CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.31%

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

R = 37.67%
G = 24.31%
B = 38.02%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D98CDB (or 0xD98CDB) is known color: Plum. HEX triplet: D9, 8C and DB. RGB value is (217,140,219). Sum of RGB (Red+Green+Blue) = 217+140+219=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D98CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CDB is #267324. Grayscale: #ABABAB. Windows color (decimal): -2519845 or 14388441. OLE color: 14388441.

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

Color convert

RGB 217 140 219 -
CMYK 0.01 0.36 0 0.14
HSL 298.48º 0.52% 0.7% -
HSV(B) 298.48º 0.36% 0.86% -
XYZ 50.78 38.62 71.8 -
YUV 172.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 217 140 219 0.01 0.36 0 0.14 298.48 0.52 0.7
Hex D9 8C DB 1 24 0 E 12A 34 46
Octal 331 214 333 1 44 0 16 452 64 106
Binary 11011001 10001100 11011011 1 100100 0 1110 100101010 110100 1000110

Color Harmonies of #D98CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CDB

Black with #D98CDB

Text Example


Text Example

White with #D98CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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