Html Css Color HEX #D98BDD Plum

📋 copy color: '#D98BDD'

red 217 ◦ green 139 ◦ blue 221

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

Shades of Plum #D98BDD

Tints of Plum #D98BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.09%

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 37.61%
G = 24.09%
B = 38.3%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D98BDD (or 0xD98BDD) is known color: Plum. HEX triplet: D9, 8B and DD. RGB value is (217,139,221). Sum of RGB (Red+Green+Blue) = 217+139+221=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D98BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDD is #267422. Grayscale: #ABABAB. Windows color (decimal): -2520099 or 14519257. OLE color: 14519257.

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

Color convert

RGB 217 139 221 -
CMYK 0.02 0.37 0 0.13
HSL 297.07º 0.55% 0.71% -
HSV(B) 297.07º 0.37% 0.87% -
XYZ 50.9 38.44 73.14 -
YUV 171.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 217 139 221 0.02 0.37 0 0.13 297.07 0.55 0.71
Hex D9 8B DD 2 25 0 D 129 37 47
Octal 331 213 335 2 45 0 15 451 67 107
Binary 11011001 10001011 11011101 10 100101 0 1101 100101001 110111 1000111

Color Harmonies of #D98BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98BDD

Black with #D98BDD

Text Example


Text Example

White with #D98BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98BDD; }

 p { color: rgb(217,139,221); }

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

background-color css

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

 a { background-color: rgb(217,139,221); }

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

border-color css

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

 span { border-color: rgb(217,139,221); }

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