Html Css Color HEX #DF96E9 Plum

📋 copy color: '#DF96E9'

red 223 ◦ green 150 ◦ blue 233

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

Shades of Plum #DF96E9

Tints of Plum #DF96E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.45%

R = 36.8%
G = 24.75%
B = 38.45%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DF96E9 (or 0xDF96E9) is known color: Plum. HEX triplet: DF, 96 and E9. RGB value is (223,150,233). Sum of RGB (Red+Green+Blue) = 223+150+233=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 150 (58.98% from 255 or 24.75% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF96E9 is #206916. Grayscale: #B5B5B5. Windows color (decimal): -2124055 or 15308511. OLE color: 15308511.

HSL color Cylindrical-coordinate representation of color #DF96E9: hue angle of 292.77º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF96E9 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 150 233 -
CMYK 0.04 0.36 0 0.09
HSL 292.77º 0.65% 0.75% -
HSV(B) 292.77º 0.36% 0.91% -
XYZ 56.05 43.38 82.51 -
YUV 181.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 223 150 233 0.04 0.36 0 0.09 292.77 0.65 0.75
Hex DF 96 E9 4 24 0 9 125 41 4B
Octal 337 226 351 4 44 0 11 445 101 113
Binary 11011111 10010110 11101001 100 100100 0 1001 100100101 1000001 1001011

Color Harmonies of #DF96E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF96E9

Black with #DF96E9

Text Example


Text Example

White with #DF96E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF96E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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