Html Css Color HEX #DB8FE2 Plum

📋 copy color: '#DB8FE2'

red 219 ◦ green 143 ◦ blue 226

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

Shades of Plum #DB8FE2

Tints of Plum #DB8FE2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.32%

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

R = 37.24%
G = 24.32%
B = 38.44%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB8FE2 (or 0xDB8FE2) is known color: Plum. HEX triplet: DB, 8F and E2. RGB value is (219,143,226). Sum of RGB (Red+Green+Blue) = 219+143+226=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB8FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FE2 is #24701D. Grayscale: #AEAEAE. Windows color (decimal): -2387998 or 14847963. OLE color: 14847963.

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

Color convert

RGB 219 143 226 -
CMYK 0.03 0.37 0 0.11
HSL 294.94º 0.59% 0.72% -
HSV(B) 294.94º 0.37% 0.89% -
XYZ 52.76 40.2 76.93 -
YUV 175.19 156.68 159.25 -
System Red Green Blue C M Y K H S L
Decimal 219 143 226 0.03 0.37 0 0.11 294.94 0.59 0.72
Hex DB 8F E2 3 25 0 B 127 3B 48
Octal 333 217 342 3 45 0 13 447 73 110
Binary 11011011 10001111 11100010 11 100101 0 1011 100100111 111011 1001000

Color Harmonies of #DB8FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FE2

Black with #DB8FE2

Text Example


Text Example

White with #DB8FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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