Html Css Color HEX #DF94D0 Plum

📋 copy color: '#DF94D0'

red 223 ◦ green 148 ◦ blue 208

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

Shades of Plum #DF94D0

Tints of Plum #DF94D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 38.51%
G = 25.56%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF94D0 (or 0xDF94D0) is known color: Plum. HEX triplet: DF, 94 and D0. RGB value is (223,148,208). Sum of RGB (Red+Green+Blue) = 223+148+208=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF94D0 is #206B2F. Grayscale: #B1B1B1. Windows color (decimal): -2124592 or 13669599. OLE color: 13669599.

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

Color convert

RGB 223 148 208 -
CMYK 0 0.34 0.07 0.13
HSL 312º 0.54% 0.73% -
HSV(B) 312º 0.34% 0.87% -
XYZ 52.41 41.42 64.91 -
YUV 177.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 223 148 208 0 0.34 0.07 0.13 312 0.54 0.73
Hex DF 94 D0 0 22 7 D 138 36 49
Octal 337 224 320 0 42 7 15 470 66 111
Binary 11011111 10010100 11010000 0 100010 111 1101 100111000 110110 1001001

Color Harmonies of #DF94D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF94D0

Black with #DF94D0

Text Example


Text Example

White with #DF94D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF94D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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