Html Css Color HEX #D99DDB Plum

📋 copy color: '#D99DDB'

red 217 ◦ green 157 ◦ blue 219

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

Shades of Plum #D99DDB

Tints of Plum #D99DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

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

R = 36.59%
G = 26.48%
B = 36.93%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D99DDB (or 0xD99DDB) is known color: Plum. HEX triplet: D9, 9D and DB. RGB value is (217,157,219). Sum of RGB (Red+Green+Blue) = 217+157+219=593 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.59% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DDB is #266224. Grayscale: #B5B5B5. Windows color (decimal): -2515493 or 14392793. OLE color: 14392793.

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

Color convert

RGB 217 157 219 -
CMYK 0.01 0.28 0 0.14
HSL 298.06º 0.46% 0.74% -
HSV(B) 298.06º 0.28% 0.86% -
XYZ 53.46 43.98 72.69 -
YUV 182.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 217 157 219 0.01 0.28 0 0.14 298.06 0.46 0.74
Hex D9 9D DB 1 1C 0 E 12A 2E 4A
Octal 331 235 333 1 34 0 16 452 56 112
Binary 11011001 10011101 11011011 1 11100 0 1110 100101010 101110 1001010

Color Harmonies of #D99DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DDB

Black with #D99DDB

Text Example


Text Example

White with #D99DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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