Html Css Color HEX #DF94D9 Plum

📋 copy color: '#DF94D9'

red 223 ◦ green 148 ◦ blue 217

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

Shades of Plum #DF94D9

Tints of Plum #DF94D9

RGB

 RED value IS 223 (87.5% from 255) = 37.93%

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

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

R = 37.93%
G = 25.17%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF94D9 (or 0xDF94D9) is known color: Plum. HEX triplet: DF, 94 and D9. RGB value is (223,148,217). Sum of RGB (Red+Green+Blue) = 223+148+217=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94D9 is #206B26. Grayscale: #B2B2B2. Windows color (decimal): -2124583 or 14259423. OLE color: 14259423.

HSL color Cylindrical-coordinate representation of color #DF94D9: hue angle of 304.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94D9 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 217 -
CMYK 0 0.34 0.03 0.13
HSL 304.8º 0.54% 0.73% -
HSV(B) 304.8º 0.34% 0.87% -
XYZ 53.55 41.88 70.91 -
YUV 178.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 223 148 217 0 0.34 0.03 0.13 304.8 0.54 0.73
Hex DF 94 D9 0 22 3 D 131 36 49
Octal 337 224 331 0 42 3 15 461 66 111
Binary 11011111 10010100 11011001 0 100010 11 1101 100110001 110110 1001001

Color Harmonies of #DF94D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94D9

Black with #DF94D9

Text Example


Text Example

White with #DF94D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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