Html Css Color HEX #D994D8 Plum

📋 copy color: '#D994D8'

red 217 ◦ green 148 ◦ blue 216

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

Shades of Plum #D994D8

Tints of Plum #D994D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 37.35%
G = 25.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D994D8 (or 0xD994D8) is known color: Plum. HEX triplet: D9, 94 and D8. RGB value is (217,148,216). Sum of RGB (Red+Green+Blue) = 217+148+216=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D8 is #266B27. Grayscale: #B0B0B0. Windows color (decimal): -2517800 or 14193881. OLE color: 14193881.

HSL color Cylindrical-coordinate representation of color #D994D8: hue angle of 300.87º degrees, saturation: 0.48, 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 #D994D8 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 216 -
CMYK 0 0.32 0.00 0.15
HSL 300.87º 0.48% 0.72% -
HSV(B) 300.87º 0.32% 0.85% -
XYZ 51.6 40.89 70.14 -
YUV 176.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 217 148 216 0 0.32 0.00 0.15 300.87 0.48 0.72
Hex D9 94 D8 0 20 0 F 12D 30 48
Octal 331 224 330 0 40 0 17 455 60 110
Binary 11011001 10010100 11011000 0 100000 0 1111 100101101 110000 1001000

Color Harmonies of #D994D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994D8

Black with #D994D8

Text Example


Text Example

White with #D994D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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