Html Css Color HEX #D993E8 Plum

📋 copy color: '#D993E8'

red 217 ◦ green 147 ◦ blue 232

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

Shades of Plum #D993E8

Tints of Plum #D993E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 36.41%
G = 24.66%
B = 38.93%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D993E8 (or 0xD993E8) is known color: Plum. HEX triplet: D9, 93 and E8. RGB value is (217,147,232). Sum of RGB (Red+Green+Blue) = 217+147+232=596 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.41% from 596); Green value is 147 (57.81% from 255 or 24.66% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #D993E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993E8 is #266C17. Grayscale: #B1B1B1. Windows color (decimal): -2518040 or 15242201. OLE color: 15242201.

HSL color Cylindrical-coordinate representation of color #D993E8: hue angle of 289.41º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D993E8 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 217 147 232 -
CMYK 0.06 0.37 0 0.09
HSL 289.41º 0.65% 0.74% -
HSV(B) 289.41º 0.37% 0.91% -
XYZ 53.61 41.45 81.52 -
YUV 177.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 217 147 232 0.06 0.37 0 0.09 289.41 0.65 0.74
Hex D9 93 E8 6 25 0 9 121 41 4A
Octal 331 223 350 6 45 0 11 441 101 112
Binary 11011001 10010011 11101000 110 100101 0 1001 100100001 1000001 1001010

Color Harmonies of #D993E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993E8

Black with #D993E8

Text Example


Text Example

White with #D993E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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