Html Css Color HEX #DF94DB Plum

📋 copy color: '#DF94DB'

red 223 ◦ green 148 ◦ blue 219

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

Shades of Plum #DF94DB

Tints of Plum #DF94DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 37.8%
G = 25.08%
B = 37.12%

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

#DF94DB (or 0xDF94DB) is known color: Plum. HEX triplet: DF, 94 and DB. RGB value is (223,148,219). Sum of RGB (Red+Green+Blue) = 223+148+219=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94DB is #206B24. Grayscale: #B2B2B2. Windows color (decimal): -2124581 or 14390495. OLE color: 14390495.

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

Color convert

RGB 223 148 219 -
CMYK 0 0.34 0.02 0.13
HSL 303.2º 0.54% 0.73% -
HSV(B) 303.2º 0.34% 0.87% -
XYZ 53.81 41.98 72.29 -
YUV 178.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 223 148 219 0 0.34 0.02 0.13 303.2 0.54 0.73
Hex DF 94 DB 0 22 2 D 12F 36 49
Octal 337 224 333 0 42 2 15 457 66 111
Binary 11011111 10010100 11011011 0 100010 10 1101 100101111 110110 1001001

Color Harmonies of #DF94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94DB

Black with #DF94DB

Text Example


Text Example

White with #DF94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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