Html Css Color HEX #DF96EE Plum

📋 copy color: '#DF96EE'

red 223 ◦ green 150 ◦ blue 238

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

Shades of Plum #DF96EE

Tints of Plum #DF96EE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.55%

 BLUE value IS 238 (93.36% from 255) = 38.95%

R = 36.5%
G = 24.55%
B = 38.95%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF96EE (or 0xDF96EE) is known color: Plum. HEX triplet: DF, 96 and EE. RGB value is (223,150,238). Sum of RGB (Red+Green+Blue) = 223+150+238=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #DF96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96EE is #206911. Grayscale: #B5B5B5. Windows color (decimal): -2124050 or 15636191. OLE color: 15636191.

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

Color convert

RGB 223 150 238 -
CMYK 0.06 0.37 0 0.07
HSL 289.77º 0.72% 0.76% -
HSV(B) 289.77º 0.37% 0.93% -
XYZ 56.77 43.67 86.33 -
YUV 181.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 223 150 238 0.06 0.37 0 0.07 289.77 0.72 0.76
Hex DF 96 EE 6 25 0 7 122 48 4C
Octal 337 226 356 6 45 0 7 442 110 114
Binary 11011111 10010110 11101110 110 100101 0 111 100100010 1001000 1001100

Color Harmonies of #DF96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96EE

Black with #DF96EE

Text Example


Text Example

White with #DF96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96EE; }

 p { color: rgb(223,150,238); }

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

background-color css

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

 a { background-color: rgb(223,150,238); }

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

border-color css

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

 span { border-color: rgb(223,150,238); }

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