Html Css Color HEX #DF95EF Plum

📋 copy color: '#DF95EF'

red 223 ◦ green 149 ◦ blue 239

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

Shades of Plum #DF95EF

Tints of Plum #DF95EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.12%

R = 36.5%
G = 24.39%
B = 39.12%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF95EF (or 0xDF95EF) is known color: Plum. HEX triplet: DF, 95 and EF. RGB value is (223,149,239). Sum of RGB (Red+Green+Blue) = 223+149+239=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF95EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95EF is #206A10. Grayscale: #B5B5B5. Windows color (decimal): -2124305 or 15701471. OLE color: 15701471.

HSL color Cylindrical-coordinate representation of color #DF95EF: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF95EF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 149 239 -
CMYK 0.07 0.38 0 0.06
HSL 289.33º 0.74% 0.76% -
HSV(B) 289.33º 0.38% 0.94% -
XYZ 56.76 43.41 87.05 -
YUV 181.39 160.52 157.68 -
System Red Green Blue C M Y K H S L
Decimal 223 149 239 0.07 0.38 0 0.06 289.33 0.74 0.76
Hex DF 95 EF 7 26 0 6 121 4A 4C
Octal 337 225 357 7 46 0 6 441 112 114
Binary 11011111 10010101 11101111 111 100110 0 110 100100001 1001010 1001100

Color Harmonies of #DF95EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF95EF

Black with #DF95EF

Text Example


Text Example

White with #DF95EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF95EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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