Html Css Color HEX #DB97EC Plum

📋 copy color: '#DB97EC'

red 219 ◦ green 151 ◦ blue 236

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

Shades of Plum #DB97EC

Tints of Plum #DB97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.92%

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

R = 36.14%
G = 24.92%
B = 38.94%

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

#DB97EC (or 0xDB97EC) is known color: Plum. HEX triplet: DB, 97 and EC. RGB value is (219,151,236). Sum of RGB (Red+Green+Blue) = 219+151+236=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97EC is #246813. Grayscale: #B4B4B4. Windows color (decimal): -2385940 or 15505371. OLE color: 15505371.

HSL color Cylindrical-coordinate representation of color #DB97EC: hue angle of 288º 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 #DB97EC is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 151 236 -
CMYK 0.07 0.36 0 0.07
HSL 288º 0.69% 0.76% -
HSV(B) 288º 0.36% 0.93% -
XYZ 55.42 43.25 84.78 -
YUV 181.02 159.03 155.09 -
System Red Green Blue C M Y K H S L
Decimal 219 151 236 0.07 0.36 0 0.07 288 0.69 0.76
Hex DB 97 EC 7 24 0 7 120 45 4C
Octal 333 227 354 7 44 0 7 440 105 114
Binary 11011011 10010111 11101100 111 100100 0 111 100100000 1000101 1001100

Color Harmonies of #DB97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB97EC

Black with #DB97EC

Text Example


Text Example

White with #DB97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB97EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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