Html Css Color HEX #DF94DC Plum

📋 copy color: '#DF94DC'

red 223 ◦ green 148 ◦ blue 220

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

Shades of Plum #DF94DC

Tints of Plum #DF94DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.23%

R = 37.73%
G = 25.04%
B = 37.23%

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

#DF94DC (or 0xDF94DC) is known color: Plum. HEX triplet: DF, 94 and DC. RGB value is (223,148,220). Sum of RGB (Red+Green+Blue) = 223+148+220=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DC is #206B23. Grayscale: #B2B2B2. Windows color (decimal): -2124580 or 14456031. OLE color: 14456031.

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

Color convert

RGB 223 148 220 -
CMYK 0 0.34 0.01 0.13
HSL 302.4º 0.54% 0.73% -
HSV(B) 302.4º 0.34% 0.87% -
XYZ 53.94 42.04 72.98 -
YUV 178.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 223 148 220 0 0.34 0.01 0.13 302.4 0.54 0.73
Hex DF 94 DC 0 22 1 D 12E 36 49
Octal 337 224 334 0 42 1 15 456 66 111
Binary 11011111 10010100 11011100 0 100010 1 1101 100101110 110110 1001001

Color Harmonies of #DF94DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94DC

Black with #DF94DC

Text Example


Text Example

White with #DF94DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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