Html Css Color HEX #DF95DC Plum

📋 copy color: '#DF95DC'

red 223 ◦ green 149 ◦ blue 220

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

Shades of Plum #DF95DC

Tints of Plum #DF95DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.17%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 37.67%
G = 25.17%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF95DC (or 0xDF95DC) is known color: Plum. HEX triplet: DF, 95 and DC. RGB value is (223,149,220). Sum of RGB (Red+Green+Blue) = 223+149+220=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF95DC is #206A23. Grayscale: #B3B3B3. Windows color (decimal): -2124324 or 14456287. OLE color: 14456287.

HSL color Cylindrical-coordinate representation of color #DF95DC: hue angle of 302.43º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF95DC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 220 -
CMYK 0 0.33 0.01 0.13
HSL 302.43º 0.54% 0.73% -
HSV(B) 302.43º 0.33% 0.87% -
XYZ 54.1 42.35 73.03 -
YUV 179.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 223 149 220 0 0.33 0.01 0.13 302.43 0.54 0.73
Hex DF 95 DC 0 21 1 D 12E 36 49
Octal 337 225 334 0 41 1 15 456 66 111
Binary 11011111 10010101 11011100 0 100001 1 1101 100101110 110110 1001001

Color Harmonies of #DF95DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95DC

Black with #DF95DC

Text Example


Text Example

White with #DF95DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95DC; }

 p { color: rgb(223,149,220); }

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

background-color css

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

 a { background-color: rgb(223,149,220); }

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

border-color css

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

 span { border-color: rgb(223,149,220); }

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