Html Css Color HEX #DB8CCE Plum

📋 copy color: '#DB8CCE'

red 219 ◦ green 140 ◦ blue 206

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

Shades of Plum #DB8CCE

Tints of Plum #DB8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 38.76%
G = 24.78%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB8CCE (or 0xDB8CCE) is known color: Plum. HEX triplet: DB, 8C and CE. RGB value is (219,140,206). Sum of RGB (Red+Green+Blue) = 219+140+206=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CCE is #247331. Grayscale: #AAAAAA. Windows color (decimal): -2388786 or 13536475. OLE color: 13536475.

HSL color Cylindrical-coordinate representation of color #DB8CCE: hue angle of 309.87º 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 #DB8CCE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 140 206 -
CMYK 0 0.36 0.06 0.14
HSL 309.87º 0.52% 0.7% -
HSV(B) 309.87º 0.36% 0.86% -
XYZ 49.73 38.27 63.16 -
YUV 171.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 219 140 206 0 0.36 0.06 0.14 309.87 0.52 0.7
Hex DB 8C CE 0 24 6 E 136 34 46
Octal 333 214 316 0 44 6 16 466 64 106
Binary 11011011 10001100 11001110 0 100100 110 1110 100110110 110100 1000110

Color Harmonies of #DB8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CCE

Black with #DB8CCE

Text Example


Text Example

White with #DB8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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