Html Css Color HEX #DB8CE2 Plum

📋 copy color: '#DB8CE2'

red 219 ◦ green 140 ◦ blue 226

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

Shades of Plum #DB8CE2

Tints of Plum #DB8CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 37.44%
G = 23.93%
B = 38.63%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB8CE2 (or 0xDB8CE2) is known color: Plum. HEX triplet: DB, 8C and E2. RGB value is (219,140,226). Sum of RGB (Red+Green+Blue) = 219+140+226=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB8CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CE2 is #24731D. Grayscale: #ADADAD. Windows color (decimal): -2388766 or 14847195. OLE color: 14847195.

HSL color Cylindrical-coordinate representation of color #DB8CE2: hue angle of 295.12º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8CE2 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 140 226 -
CMYK 0.03 0.38 0 0.11
HSL 295.12º 0.6% 0.72% -
HSV(B) 295.12º 0.38% 0.89% -
XYZ 52.32 39.31 76.78 -
YUV 173.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 219 140 226 0.03 0.38 0 0.11 295.12 0.6 0.72
Hex DB 8C E2 3 26 0 B 127 3C 48
Octal 333 214 342 3 46 0 13 447 74 110
Binary 11011011 10001100 11100010 11 100110 0 1011 100100111 111100 1001000

Color Harmonies of #DB8CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CE2

Black with #DB8CE2

Text Example


Text Example

White with #DB8CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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