Html Css Color HEX #D993DA Plum

📋 copy color: '#D993DA'

red 217 ◦ green 147 ◦ blue 218

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

Shades of Plum #D993DA

Tints of Plum #D993DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 37.29%
G = 25.26%
B = 37.46%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D993DA (or 0xD993DA) is known color: Plum. HEX triplet: D9, 93 and DA. RGB value is (217,147,218). Sum of RGB (Red+Green+Blue) = 217+147+218=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #D993DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993DA is #266C25. Grayscale: #AFAFAF. Windows color (decimal): -2518054 or 14324697. OLE color: 14324697.

HSL color Cylindrical-coordinate representation of color #D993DA: hue angle of 299.15º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D993DA is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 218 -
CMYK 0.00 0.33 0 0.15
HSL 299.15º 0.49% 0.72% -
HSV(B) 299.15º 0.33% 0.85% -
XYZ 51.7 40.68 71.46 -
YUV 176.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 217 147 218 0.00 0.33 0 0.15 299.15 0.49 0.72
Hex D9 93 DA 0 21 0 F 12B 31 48
Octal 331 223 332 0 41 0 17 453 61 110
Binary 11011001 10010011 11011010 0 100001 0 1111 100101011 110001 1001000

Color Harmonies of #D993DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993DA

Black with #D993DA

Text Example


Text Example

White with #D993DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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