Html Css Color HEX #DB8ADF Plum

📋 copy color: '#DB8ADF'

red 219 ◦ green 138 ◦ blue 223

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

Shades of Plum #DB8ADF

Tints of Plum #DB8ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.79%

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 37.76%
G = 23.79%
B = 38.45%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB8ADF (or 0xDB8ADF) is known color: Plum. HEX triplet: DB, 8A and DF. RGB value is (219,138,223). Sum of RGB (Red+Green+Blue) = 219+138+223=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ADF is #247520. Grayscale: #ABABAB. Windows color (decimal): -2389281 or 14650075. OLE color: 14650075.

HSL color Cylindrical-coordinate representation of color #DB8ADF: hue angle of 297.18º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8ADF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 138 223 -
CMYK 0.02 0.38 0 0.13
HSL 297.18º 0.57% 0.71% -
HSV(B) 297.18º 0.38% 0.87% -
XYZ 51.62 38.56 74.54 -
YUV 171.91 156.84 161.59 -
System Red Green Blue C M Y K H S L
Decimal 219 138 223 0.02 0.38 0 0.13 297.18 0.57 0.71
Hex DB 8A DF 2 26 0 D 129 39 47
Octal 333 212 337 2 46 0 15 451 71 107
Binary 11011011 10001010 11011111 10 100110 0 1101 100101001 111001 1000111

Color Harmonies of #DB8ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8ADF

Black with #DB8ADF

Text Example


Text Example

White with #DB8ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8ADF; }

 p { color: rgb(219,138,223); }

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

background-color css

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

 a { background-color: rgb(219,138,223); }

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

border-color css

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

 span { border-color: rgb(219,138,223); }

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