Html Css Color HEX #D993E6 Plum

📋 copy color: '#D993E6'

red 217 ◦ green 147 ◦ blue 230

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

Shades of Plum #D993E6

Tints of Plum #D993E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.72%

R = 36.53%
G = 24.75%
B = 38.72%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D993E6 (or 0xD993E6) is known color: Plum. HEX triplet: D9, 93 and E6. RGB value is (217,147,230). Sum of RGB (Red+Green+Blue) = 217+147+230=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #D993E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993E6 is #266C19. Grayscale: #B1B1B1. Windows color (decimal): -2518042 or 15111129. OLE color: 15111129.

HSL color Cylindrical-coordinate representation of color #D993E6: hue angle of 290.6º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D993E6 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 147 230 -
CMYK 0.06 0.36 0 0.10
HSL 290.6º 0.62% 0.74% -
HSV(B) 290.6º 0.36% 0.9% -
XYZ 53.33 41.33 80.03 -
YUV 177.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 217 147 230 0.06 0.36 0 0.10 290.6 0.62 0.74
Hex D9 93 E6 6 24 0 A 123 3E 4A
Octal 331 223 346 6 44 0 12 443 76 112
Binary 11011001 10010011 11100110 110 100100 0 1010 100100011 111110 1001010

Color Harmonies of #D993E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993E6

Black with #D993E6

Text Example


Text Example

White with #D993E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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