Html Css Color HEX #DB8CCA Plum

📋 copy color: '#DB8CCA'

red 219 ◦ green 140 ◦ blue 202

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

Shades of Plum #DB8CCA

Tints of Plum #DB8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.96%

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

R = 39.04%
G = 24.96%
B = 36.01%

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

#DB8CCA (or 0xDB8CCA) is known color: Plum. HEX triplet: DB, 8C and CA. RGB value is (219,140,202). Sum of RGB (Red+Green+Blue) = 219+140+202=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CCA is #247335. Grayscale: #AAAAAA. Windows color (decimal): -2388790 or 13274331. OLE color: 13274331.

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

Color convert

RGB 219 140 202 -
CMYK 0 0.36 0.08 0.14
HSL 312.91º 0.52% 0.7% -
HSV(B) 312.91º 0.36% 0.86% -
XYZ 49.25 38.08 60.63 -
YUV 170.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 219 140 202 0 0.36 0.08 0.14 312.91 0.52 0.7
Hex DB 8C CA 0 24 8 E 139 34 46
Octal 333 214 312 0 44 10 16 471 64 106
Binary 11011011 10001100 11001010 0 100100 1000 1110 100111001 110100 1000110

Color Harmonies of #DB8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CCA

Black with #DB8CCA

Text Example


Text Example

White with #DB8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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