Html Css Color HEX #DB8DCA Plum

📋 copy color: '#DB8DCA'

red 219 ◦ green 141 ◦ blue 202

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

Shades of Plum #DB8DCA

Tints of Plum #DB8DCA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 38.97%
G = 25.09%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB8DCA (or 0xDB8DCA) is known color: Plum. HEX triplet: DB, 8D and CA. RGB value is (219,141,202). Sum of RGB (Red+Green+Blue) = 219+141+202=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCA is #247235. Grayscale: #ABABAB. Windows color (decimal): -2388534 or 13274587. OLE color: 13274587.

HSL color Cylindrical-coordinate representation of color #DB8DCA: hue angle of 313.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DCA is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 202 -
CMYK 0 0.36 0.08 0.14
HSL 313.08º 0.52% 0.71% -
HSV(B) 313.08º 0.36% 0.86% -
XYZ 49.4 38.37 60.68 -
YUV 171.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 219 141 202 0 0.36 0.08 0.14 313.08 0.52 0.71
Hex DB 8D CA 0 24 8 E 139 34 47
Octal 333 215 312 0 44 10 16 471 64 107
Binary 11011011 10001101 11001010 0 100100 1000 1110 100111001 110100 1000111

Color Harmonies of #DB8DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DCA

Black with #DB8DCA

Text Example


Text Example

White with #DB8DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DCA; }

 p { color: rgb(219,141,202); }

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

background-color css

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

 a { background-color: rgb(219,141,202); }

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

border-color css

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

 span { border-color: rgb(219,141,202); }

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