Html Css Color HEX #DB99DC Plum

📋 copy color: '#DB99DC'

red 219 ◦ green 153 ◦ blue 220

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

Shades of Plum #DB99DC

Tints of Plum #DB99DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.84%

 BLUE value IS 220 (86.33% from 255) = 37.16%

R = 36.99%
G = 25.84%
B = 37.16%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB99DC (or 0xDB99DC) is known color: Plum. HEX triplet: DB, 99 and DC. RGB value is (219,153,220). Sum of RGB (Red+Green+Blue) = 219+153+220=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99DC is #246623. Grayscale: #B4B4B4. Windows color (decimal): -2385444 or 14457307. OLE color: 14457307.

HSL color Cylindrical-coordinate representation of color #DB99DC: hue angle of 299.1º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99DC is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 220 -
CMYK 0.00 0.30 0 0.14
HSL 299.1º 0.49% 0.73% -
HSV(B) 299.1º 0.3% 0.86% -
XYZ 53.52 43.01 73.19 -
YUV 180.37 150.37 155.55 -
System Red Green Blue C M Y K H S L
Decimal 219 153 220 0.00 0.30 0 0.14 299.1 0.49 0.73
Hex DB 99 DC 0 1E 0 E 12B 31 49
Octal 333 231 334 0 36 0 16 453 61 111
Binary 11011011 10011001 11011100 0 11110 0 1110 100101011 110001 1001001

Color Harmonies of #DB99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB99DC

Black with #DB99DC

Text Example


Text Example

White with #DB99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB99DC; }

 p { color: rgb(219,153,220); }

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

background-color css

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

 a { background-color: rgb(219,153,220); }

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

border-color css

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

 span { border-color: rgb(219,153,220); }

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