Html Css Color HEX #DB98DA Plum

📋 copy color: '#DB98DA'

red 219 ◦ green 152 ◦ blue 218

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

Shades of Plum #DB98DA

Tints of Plum #DB98DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 37.18%
G = 25.81%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB98DA (or 0xDB98DA) is known color: Plum. HEX triplet: DB, 98 and DA. RGB value is (219,152,218). Sum of RGB (Red+Green+Blue) = 219+152+218=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 152 (59.77% from 255 or 25.81% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98DA is #246725. Grayscale: #B3B3B3. Windows color (decimal): -2385702 or 14325979. OLE color: 14325979.

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

Color convert

RGB 219 152 218 -
CMYK 0 0.31 0.00 0.14
HSL 300.9º 0.48% 0.73% -
HSV(B) 300.9º 0.31% 0.86% -
XYZ 53.1 42.58 71.75 -
YUV 179.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 219 152 218 0 0.31 0.00 0.14 300.9 0.48 0.73
Hex DB 98 DA 0 1F 0 E 12D 30 49
Octal 333 230 332 0 37 0 16 455 60 111
Binary 11011011 10011000 11011010 0 11111 0 1110 100101101 110000 1001001

Color Harmonies of #DB98DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98DA

Black with #DB98DA

Text Example


Text Example

White with #DB98DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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