Html Css Color HEX #DF94EF Plum

📋 copy color: '#DF94EF'

red 223 ◦ green 148 ◦ blue 239

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

Shades of Plum #DF94EF

Tints of Plum #DF94EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.18%

R = 36.56%
G = 24.26%
B = 39.18%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF94EF (or 0xDF94EF) is known color: Plum. HEX triplet: DF, 94 and EF. RGB value is (223,148,239). Sum of RGB (Red+Green+Blue) = 223+148+239=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF94EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94EF is #206B10. Grayscale: #B4B4B4. Windows color (decimal): -2124561 or 15701215. OLE color: 15701215.

HSL color Cylindrical-coordinate representation of color #DF94EF: hue angle of 289.45º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF94EF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 148 239 -
CMYK 0.07 0.38 0 0.06
HSL 289.45º 0.74% 0.76% -
HSV(B) 289.45º 0.38% 0.94% -
XYZ 56.6 43.1 87 -
YUV 180.8 160.85 158.1 -
System Red Green Blue C M Y K H S L
Decimal 223 148 239 0.07 0.38 0 0.06 289.45 0.74 0.76
Hex DF 94 EF 7 26 0 6 121 4A 4C
Octal 337 224 357 7 46 0 6 441 112 114
Binary 11011111 10010100 11101111 111 100110 0 110 100100001 1001010 1001100

Color Harmonies of #DF94EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94EF

Black with #DF94EF

Text Example


Text Example

White with #DF94EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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