Html Css Color HEX #D99EDC Plum

📋 copy color: '#D99EDC'

red 217 ◦ green 158 ◦ blue 220

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

Shades of Plum #D99EDC

Tints of Plum #D99EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 36.47%
G = 26.55%
B = 36.97%

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

#D99EDC (or 0xD99EDC) is known color: Plum. HEX triplet: D9, 9E and DC. RGB value is (217,158,220). Sum of RGB (Red+Green+Blue) = 217+158+220=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #D99EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99EDC is #266123. Grayscale: #B6B6B6. Windows color (decimal): -2515236 or 14458585. OLE color: 14458585.

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

Color convert

RGB 217 158 220 -
CMYK 0.01 0.28 0 0.14
HSL 297.1º 0.47% 0.74% -
HSV(B) 297.1º 0.28% 0.86% -
XYZ 53.76 44.37 73.44 -
YUV 182.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 217 158 220 0.01 0.28 0 0.14 297.1 0.47 0.74
Hex D9 9E DC 1 1C 0 E 129 2F 4A
Octal 331 236 334 1 34 0 16 451 57 112
Binary 11011001 10011110 11011100 1 11100 0 1110 100101001 101111 1001010

Color Harmonies of #D99EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EDC

Black with #D99EDC

Text Example


Text Example

White with #D99EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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