Html Css Color HEX #DB88DA Plum

📋 copy color: '#DB88DA'

red 219 ◦ green 136 ◦ blue 218

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

Shades of Plum #DB88DA

Tints of Plum #DB88DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.73%

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

R = 38.22%
G = 23.73%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB88DA (or 0xDB88DA) is known color: Plum. HEX triplet: DB, 88 and DA. RGB value is (219,136,218). Sum of RGB (Red+Green+Blue) = 219+136+218=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88DA is #247725. Grayscale: #A9A9A9. Windows color (decimal): -2389798 or 14321883. OLE color: 14321883.

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

Color convert

RGB 219 136 218 -
CMYK 0 0.38 0.00 0.14
HSL 300.72º 0.54% 0.7% -
HSV(B) 300.72º 0.38% 0.86% -
XYZ 50.67 37.73 70.94 -
YUV 170.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 219 136 218 0 0.38 0.00 0.14 300.72 0.54 0.7
Hex DB 88 DA 0 26 0 E 12D 36 46
Octal 333 210 332 0 46 0 16 455 66 106
Binary 11011011 10001000 11011010 0 100110 0 1110 100101101 110110 1000110

Color Harmonies of #DB88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB88DA

Black with #DB88DA

Text Example


Text Example

White with #DB88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB88DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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