Html Css Color HEX #DF94E1 Plum

📋 copy color: '#DF94E1'

red 223 ◦ green 148 ◦ blue 225

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

Shades of Plum #DF94E1

Tints of Plum #DF94E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 37.42%
G = 24.83%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF94E1 (or 0xDF94E1) is known color: Plum. HEX triplet: DF, 94 and E1. RGB value is (223,148,225). Sum of RGB (Red+Green+Blue) = 223+148+225=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF94E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94E1 is #206B1E. Grayscale: #B2B2B2. Windows color (decimal): -2124575 or 14783711. OLE color: 14783711.

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

Color convert

RGB 223 148 225 -
CMYK 0.01 0.34 0 0.12
HSL 298.44º 0.56% 0.73% -
HSV(B) 298.44º 0.34% 0.88% -
XYZ 54.61 42.3 76.52 -
YUV 179.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 223 148 225 0.01 0.34 0 0.12 298.44 0.56 0.73
Hex DF 94 E1 1 22 0 C 12A 38 49
Octal 337 224 341 1 42 0 14 452 70 111
Binary 11011111 10010100 11100001 1 100010 0 1100 100101010 111000 1001001

Color Harmonies of #DF94E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94E1

Black with #DF94E1

Text Example


Text Example

White with #DF94E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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