Html Css Color HEX #DF94EE Plum

📋 copy color: '#DF94EE'

red 223 ◦ green 148 ◦ blue 238

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

Shades of Plum #DF94EE

Tints of Plum #DF94EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.08%

R = 36.62%
G = 24.3%
B = 39.08%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF94EE (or 0xDF94EE) is known color: Plum. HEX triplet: DF, 94 and EE. RGB value is (223,148,238). Sum of RGB (Red+Green+Blue) = 223+148+238=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 148 (58.20% from 255 or 24.30% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF94EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94EE is #206B11. Grayscale: #B4B4B4. Windows color (decimal): -2124562 or 15635679. OLE color: 15635679.

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

Color convert

RGB 223 148 238 -
CMYK 0.06 0.38 0 0.07
HSL 290º 0.73% 0.76% -
HSV(B) 290º 0.38% 0.93% -
XYZ 56.45 43.04 86.22 -
YUV 180.69 160.35 158.18 -
System Red Green Blue C M Y K H S L
Decimal 223 148 238 0.06 0.38 0 0.07 290 0.73 0.76
Hex DF 94 EE 6 26 0 7 122 49 4C
Octal 337 224 356 6 46 0 7 442 111 114
Binary 11011111 10010100 11101110 110 100110 0 111 100100010 1001001 1001100

Color Harmonies of #DF94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94EE

Black with #DF94EE

Text Example


Text Example

White with #DF94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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