Html Css Color HEX #D994D9 Plum

📋 copy color: '#D994D9'

red 217 ◦ green 148 ◦ blue 217

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

Shades of Plum #D994D9

Tints of Plum #D994D9

RGB

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

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

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

R = 37.29%
G = 25.43%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D994D9 (or 0xD994D9) is known color: Plum. HEX triplet: D9, 94 and D9. RGB value is (217,148,217). Sum of RGB (Red+Green+Blue) = 217+148+217=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D994D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D9 is #266B26. Grayscale: #B0B0B0. Windows color (decimal): -2517799 or 14259417. OLE color: 14259417.

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

Color convert

RGB 217 148 217 -
CMYK 0 0.32 0 0.15
HSL 300º 0.48% 0.72% -
HSV(B) 300º 0.32% 0.85% -
XYZ 51.73 40.94 70.82 -
YUV 176.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 217 148 217 0 0.32 0 0.15 300 0.48 0.72
Hex D9 94 D9 0 20 0 F 12C 30 48
Octal 331 224 331 0 40 0 17 454 60 110
Binary 11011001 10010100 11011001 0 100000 0 1111 100101100 110000 1001000

Color Harmonies of #D994D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994D9

Black with #D994D9

Text Example


Text Example

White with #D994D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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