Html Css Color HEX #DB8FDC Plum

📋 copy color: '#DB8FDC'

red 219 ◦ green 143 ◦ blue 220

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

Shades of Plum #DB8FDC

Tints of Plum #DB8FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 37.63%
G = 24.57%
B = 37.8%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB8FDC (or 0xDB8FDC) is known color: Plum. HEX triplet: DB, 8F and DC. RGB value is (219,143,220). Sum of RGB (Red+Green+Blue) = 219+143+220=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FDC is #247023. Grayscale: #AEAEAE. Windows color (decimal): -2388004 or 14454747. OLE color: 14454747.

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

Color convert

RGB 219 143 220 -
CMYK 0.00 0.35 0 0.14
HSL 299.22º 0.52% 0.71% -
HSV(B) 299.22º 0.35% 0.86% -
XYZ 51.95 39.87 72.67 -
YUV 174.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 219 143 220 0.00 0.35 0 0.14 299.22 0.52 0.71
Hex DB 8F DC 0 23 0 E 12B 34 47
Octal 333 217 334 0 43 0 16 453 64 107
Binary 11011011 10001111 11011100 0 100011 0 1110 100101011 110100 1000111

Color Harmonies of #DB8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8FDC

Black with #DB8FDC

Text Example


Text Example

White with #DB8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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