Html Css Color HEX #D993DC Plum

📋 copy color: '#D993DC'

red 217 ◦ green 147 ◦ blue 220

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

Shades of Plum #D993DC

Tints of Plum #D993DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.17%

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

R = 37.16%
G = 25.17%
B = 37.67%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D993DC (or 0xD993DC) is known color: Plum. HEX triplet: D9, 93 and DC. RGB value is (217,147,220). Sum of RGB (Red+Green+Blue) = 217+147+220=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D993DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993DC is #266C23. Grayscale: #B0B0B0. Windows color (decimal): -2518052 or 14455769. OLE color: 14455769.

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

Color convert

RGB 217 147 220 -
CMYK 0.01 0.33 0 0.14
HSL 297.53º 0.51% 0.72% -
HSV(B) 297.53º 0.33% 0.86% -
XYZ 51.97 40.79 72.84 -
YUV 176.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 217 147 220 0.01 0.33 0 0.14 297.53 0.51 0.72
Hex D9 93 DC 1 21 0 E 12A 33 48
Octal 331 223 334 1 41 0 16 452 63 110
Binary 11011001 10010011 11011100 1 100001 0 1110 100101010 110011 1001000

Color Harmonies of #D993DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993DC

Black with #D993DC

Text Example


Text Example

White with #D993DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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