Html Css Color HEX #DF94DA Plum

📋 copy color: '#DF94DA'

red 223 ◦ green 148 ◦ blue 218

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

Shades of Plum #DF94DA

Tints of Plum #DF94DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 37.86%
G = 25.13%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF94DA (or 0xDF94DA) is known color: Plum. HEX triplet: DF, 94 and DA. RGB value is (223,148,218). Sum of RGB (Red+Green+Blue) = 223+148+218=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DA is #206B25. Grayscale: #B2B2B2. Windows color (decimal): -2124582 or 14324959. OLE color: 14324959.

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

Color convert

RGB 223 148 218 -
CMYK 0 0.34 0.02 0.13
HSL 304º 0.54% 0.73% -
HSV(B) 304º 0.34% 0.87% -
XYZ 53.68 41.93 71.59 -
YUV 178.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 223 148 218 0 0.34 0.02 0.13 304 0.54 0.73
Hex DF 94 DA 0 22 2 D 130 36 49
Octal 337 224 332 0 42 2 15 460 66 111
Binary 11011111 10010100 11011010 0 100010 10 1101 100110000 110110 1001001

Color Harmonies of #DF94DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94DA

Black with #DF94DA

Text Example


Text Example

White with #DF94DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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