Html Css Color HEX #DF94DD Plum

📋 copy color: '#DF94DD'

red 223 ◦ green 148 ◦ blue 221

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

Shades of Plum #DF94DD

Tints of Plum #DF94DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 37.67%
G = 25%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF94DD (or 0xDF94DD) is known color: Plum. HEX triplet: DF, 94 and DD. RGB value is (223,148,221). Sum of RGB (Red+Green+Blue) = 223+148+221=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DD is #206B22. Grayscale: #B2B2B2. Windows color (decimal): -2124579 or 14521567. OLE color: 14521567.

HSL color Cylindrical-coordinate representation of color #DF94DD: hue angle of 301.6º 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 #DF94DD is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 221 -
CMYK 0 0.34 0.01 0.13
HSL 301.6º 0.54% 0.73% -
HSV(B) 301.6º 0.34% 0.87% -
XYZ 54.07 42.09 73.68 -
YUV 178.75 151.85 159.56 -
System Red Green Blue C M Y K H S L
Decimal 223 148 221 0 0.34 0.01 0.13 301.6 0.54 0.73
Hex DF 94 DD 0 22 1 D 12E 36 49
Octal 337 224 335 0 42 1 15 456 66 111
Binary 11011111 10010100 11011101 0 100010 1 1101 100101110 110110 1001001

Color Harmonies of #DF94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94DD

Black with #DF94DD

Text Example


Text Example

White with #DF94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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