Html Css Color HEX #DF94E0 Plum

📋 copy color: '#DF94E0'

red 223 ◦ green 148 ◦ blue 224

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

Shades of Plum #DF94E0

Tints of Plum #DF94E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.65%

R = 37.48%
G = 24.87%
B = 37.65%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF94E0 (or 0xDF94E0) is known color: Plum. HEX triplet: DF, 94 and E0. RGB value is (223,148,224). Sum of RGB (Red+Green+Blue) = 223+148+224=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94E0 is #206B1F. Grayscale: #B2B2B2. Windows color (decimal): -2124576 or 14718175. OLE color: 14718175.

HSL color Cylindrical-coordinate representation of color #DF94E0: hue angle of 299.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF94E0 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 148 224 -
CMYK 0.00 0.34 0 0.12
HSL 299.21º 0.55% 0.73% -
HSV(B) 299.21º 0.34% 0.88% -
XYZ 54.48 42.25 75.8 -
YUV 179.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 223 148 224 0.00 0.34 0 0.12 299.21 0.55 0.73
Hex DF 94 E0 0 22 0 C 12B 37 49
Octal 337 224 340 0 42 0 14 453 67 111
Binary 11011111 10010100 11100000 0 100010 0 1100 100101011 110111 1001001

Color Harmonies of #DF94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94E0

Black with #DF94E0

Text Example


Text Example

White with #DF94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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