Html Css Color HEX #D99EDB Plum

📋 copy color: '#D99EDB'

red 217 ◦ green 158 ◦ blue 219

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

Shades of Plum #D99EDB

Tints of Plum #D99EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.6%

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

R = 36.53%
G = 26.6%
B = 36.87%

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

#D99EDB (or 0xD99EDB) is known color: Plum. HEX triplet: D9, 9E and DB. RGB value is (217,158,219). Sum of RGB (Red+Green+Blue) = 217+158+219=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D99EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDB is #266124. Grayscale: #B6B6B6. Windows color (decimal): -2515237 or 14393049. OLE color: 14393049.

HSL color Cylindrical-coordinate representation of color #D99EDB: hue angle of 298.03º 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 #D99EDB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 158 219 -
CMYK 0.01 0.28 0 0.14
HSL 298.03º 0.46% 0.74% -
HSV(B) 298.03º 0.28% 0.86% -
XYZ 53.63 44.32 72.75 -
YUV 182.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 217 158 219 0.01 0.28 0 0.14 298.03 0.46 0.74
Hex D9 9E DB 1 1C 0 E 12A 2E 4A
Octal 331 236 333 1 34 0 16 452 56 112
Binary 11011001 10011110 11011011 1 11100 0 1110 100101010 101110 1001010

Color Harmonies of #D99EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EDB

Black with #D99EDB

Text Example


Text Example

White with #D99EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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