Html Css Color HEX #DB96EC Plum

📋 copy color: '#DB96EC'

red 219 ◦ green 150 ◦ blue 236

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

Shades of Plum #DB96EC

Tints of Plum #DB96EC

RGB

 RED value IS 219 (85.94% from 255) = 36.2%

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 36.2%
G = 24.79%
B = 39.01%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB96EC (or 0xDB96EC) is known color: Plum. HEX triplet: DB, 96 and EC. RGB value is (219,150,236). Sum of RGB (Red+Green+Blue) = 219+150+236=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 150 (58.98% from 255 or 24.79% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB96EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96EC is #246913. Grayscale: #B4B4B4. Windows color (decimal): -2386196 or 15505115. OLE color: 15505115.

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

Color convert

RGB 219 150 236 -
CMYK 0.07 0.36 0 0.07
HSL 288.14º 0.69% 0.76% -
HSV(B) 288.14º 0.36% 0.93% -
XYZ 55.26 42.93 84.73 -
YUV 180.44 159.36 155.51 -
System Red Green Blue C M Y K H S L
Decimal 219 150 236 0.07 0.36 0 0.07 288.14 0.69 0.76
Hex DB 96 EC 7 24 0 7 120 45 4C
Octal 333 226 354 7 44 0 7 440 105 114
Binary 11011011 10010110 11101100 111 100100 0 111 100100000 1000101 1001100

Color Harmonies of #DB96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96EC

Black with #DB96EC

Text Example


Text Example

White with #DB96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96EC; }

 p { color: rgb(219,150,236); }

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

background-color css

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

 a { background-color: rgb(219,150,236); }

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

border-color css

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

 span { border-color: rgb(219,150,236); }

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