Html Css Color HEX #D993DD Plum

📋 copy color: '#D993DD'

red 217 ◦ green 147 ◦ blue 221

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

Shades of Plum #D993DD

Tints of Plum #D993DD

RGB

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

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

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

R = 37.09%
G = 25.13%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D993DD (or 0xD993DD) is known color: Plum. HEX triplet: D9, 93 and DD. RGB value is (217,147,221). Sum of RGB (Red+Green+Blue) = 217+147+221=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D993DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993DD is #266C22. Grayscale: #B0B0B0. Windows color (decimal): -2518051 or 14521305. OLE color: 14521305.

HSL color Cylindrical-coordinate representation of color #D993DD: hue angle of 296.76º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D993DD is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 147 221 -
CMYK 0.02 0.33 0 0.13
HSL 296.76º 0.52% 0.72% -
HSV(B) 296.76º 0.33% 0.87% -
XYZ 52.1 40.84 73.54 -
YUV 176.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 217 147 221 0.02 0.33 0 0.13 296.76 0.52 0.72
Hex D9 93 DD 2 21 0 D 129 34 48
Octal 331 223 335 2 41 0 15 451 64 110
Binary 11011001 10010011 11011101 10 100001 0 1101 100101001 110100 1001000

Color Harmonies of #D993DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993DD

Black with #D993DD

Text Example


Text Example

White with #D993DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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