Html Css Color HEX #D994DA Plum

📋 copy color: '#D994DA'

red 217 ◦ green 148 ◦ blue 218

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

Shades of Plum #D994DA

Tints of Plum #D994DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.39%

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

R = 37.22%
G = 25.39%
B = 37.39%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D994DA (or 0xD994DA) is known color: Plum. HEX triplet: D9, 94 and DA. RGB value is (217,148,218). Sum of RGB (Red+Green+Blue) = 217+148+218=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D994DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994DA is #266B25. Grayscale: #B0B0B0. Windows color (decimal): -2517798 or 14324953. OLE color: 14324953.

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

Color convert

RGB 217 148 218 -
CMYK 0.00 0.32 0 0.15
HSL 299.14º 0.49% 0.72% -
HSV(B) 299.14º 0.32% 0.85% -
XYZ 51.86 40.99 71.51 -
YUV 176.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 217 148 218 0.00 0.32 0 0.15 299.14 0.49 0.72
Hex D9 94 DA 0 20 0 F 12B 31 48
Octal 331 224 332 0 40 0 17 453 61 110
Binary 11011001 10010100 11011010 0 100000 0 1111 100101011 110001 1001000

Color Harmonies of #D994DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994DA

Black with #D994DA

Text Example


Text Example

White with #D994DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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