Html Css Color HEX #DB96E7 Plum

📋 copy color: '#DB96E7'

red 219 ◦ green 150 ◦ blue 231

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

Shades of Plum #DB96E7

Tints of Plum #DB96E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.5%

R = 36.5%
G = 25%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB96E7 (or 0xDB96E7) is known color: Plum. HEX triplet: DB, 96 and E7. RGB value is (219,150,231). Sum of RGB (Red+Green+Blue) = 219+150+231=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #DB96E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96E7 is #246918. Grayscale: #B3B3B3. Windows color (decimal): -2386201 or 15177435. OLE color: 15177435.

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

Color convert

RGB 219 150 231 -
CMYK 0.05 0.35 0 0.09
HSL 291.11º 0.63% 0.75% -
HSV(B) 291.11º 0.35% 0.91% -
XYZ 54.54 42.64 80.96 -
YUV 179.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 219 150 231 0.05 0.35 0 0.09 291.11 0.63 0.75
Hex DB 96 E7 5 23 0 9 123 3F 4B
Octal 333 226 347 5 43 0 11 443 77 113
Binary 11011011 10010110 11100111 101 100011 0 1001 100100011 111111 1001011

Color Harmonies of #DB96E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB96E7

Black with #DB96E7

Text Example


Text Example

White with #DB96E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB96E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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