Html Css Color HEX #D993EB Plum

📋 copy color: '#D993EB'

red 217 ◦ green 147 ◦ blue 235

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

Shades of Plum #D993EB

Tints of Plum #D993EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.23%

R = 36.23%
G = 24.54%
B = 39.23%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D993EB (or 0xD993EB) is known color: Plum. HEX triplet: D9, 93 and EB. RGB value is (217,147,235). Sum of RGB (Red+Green+Blue) = 217+147+235=599 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.23% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #D993EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993EB is #266C14. Grayscale: #B1B1B1. Windows color (decimal): -2518037 or 15438809. OLE color: 15438809.

HSL color Cylindrical-coordinate representation of color #D993EB: hue angle of 287.73º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D993EB is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 147 235 -
CMYK 0.08 0.37 0 0.08
HSL 287.73º 0.69% 0.75% -
HSV(B) 287.73º 0.37% 0.92% -
XYZ 54.04 41.62 83.78 -
YUV 177.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 217 147 235 0.08 0.37 0 0.08 287.73 0.69 0.75
Hex D9 93 EB 8 25 0 8 120 45 4B
Octal 331 223 353 10 45 0 10 440 105 113
Binary 11011001 10010011 11101011 1000 100101 0 1000 100100000 1000101 1001011

Color Harmonies of #D993EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993EB

Black with #D993EB

Text Example


Text Example

White with #D993EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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