Html Css Color HEX #DB98EC Plum

📋 copy color: '#DB98EC'

red 219 ◦ green 152 ◦ blue 236

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

Shades of Plum #DB98EC

Tints of Plum #DB98EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.04%

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

R = 36.08%
G = 25.04%
B = 38.88%

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

#DB98EC (or 0xDB98EC) is known color: Plum. HEX triplet: DB, 98 and EC. RGB value is (219,152,236). Sum of RGB (Red+Green+Blue) = 219+152+236=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 152 (59.77% from 255 or 25.04% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98EC is #246713. Grayscale: #B5B5B5. Windows color (decimal): -2385684 or 15505627. OLE color: 15505627.

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

Color convert

RGB 219 152 236 -
CMYK 0.07 0.36 0 0.07
HSL 287.86º 0.69% 0.76% -
HSV(B) 287.86º 0.36% 0.93% -
XYZ 55.58 43.57 84.84 -
YUV 181.61 158.7 154.67 -
System Red Green Blue C M Y K H S L
Decimal 219 152 236 0.07 0.36 0 0.07 287.86 0.69 0.76
Hex DB 98 EC 7 24 0 7 120 45 4C
Octal 333 230 354 7 44 0 7 440 105 114
Binary 11011011 10011000 11101100 111 100100 0 111 100100000 1000101 1001100

Color Harmonies of #DB98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98EC

Black with #DB98EC

Text Example


Text Example

White with #DB98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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