Html Css Color HEX #D99BDD Plum

📋 copy color: '#D99BDD'

red 217 ◦ green 155 ◦ blue 221

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

Shades of Plum #D99BDD

Tints of Plum #D99BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

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

R = 36.59%
G = 26.14%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D99BDD (or 0xD99BDD) is known color: Plum. HEX triplet: D9, 9B and DD. RGB value is (217,155,221). Sum of RGB (Red+Green+Blue) = 217+155+221=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D99BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99BDD is #266422. Grayscale: #B4B4B4. Windows color (decimal): -2516003 or 14523353. OLE color: 14523353.

HSL color Cylindrical-coordinate representation of color #D99BDD: hue angle of 296.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99BDD is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 155 221 -
CMYK 0.02 0.30 0 0.13
HSL 296.36º 0.49% 0.74% -
HSV(B) 296.36º 0.3% 0.87% -
XYZ 53.39 43.41 73.97 -
YUV 181.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 217 155 221 0.02 0.30 0 0.13 296.36 0.49 0.74
Hex D9 9B DD 2 1E 0 D 128 31 4A
Octal 331 233 335 2 36 0 15 450 61 112
Binary 11011001 10011011 11011101 10 11110 0 1101 100101000 110001 1001010

Color Harmonies of #D99BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99BDD

Black with #D99BDD

Text Example


Text Example

White with #D99BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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