Html Css Color HEX #DB90DC Plum

📋 copy color: '#DB90DC'

red 219 ◦ green 144 ◦ blue 220

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

Shades of Plum #DB90DC

Tints of Plum #DB90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.7%

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

R = 37.56%
G = 24.7%
B = 37.74%

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

#DB90DC (or 0xDB90DC) is known color: Plum. HEX triplet: DB, 90 and DC. RGB value is (219,144,220). Sum of RGB (Red+Green+Blue) = 219+144+220=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90DC is #246F23. Grayscale: #AEAEAE. Windows color (decimal): -2387748 or 14455003. OLE color: 14455003.

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

Color convert

RGB 219 144 220 -
CMYK 0.00 0.35 0 0.14
HSL 299.21º 0.52% 0.71% -
HSV(B) 299.21º 0.35% 0.86% -
XYZ 52.1 40.17 72.72 -
YUV 175.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 219 144 220 0.00 0.35 0 0.14 299.21 0.52 0.71
Hex DB 90 DC 0 23 0 E 12B 34 47
Octal 333 220 334 0 43 0 16 453 64 107
Binary 11011011 10010000 11011100 0 100011 0 1110 100101011 110100 1000111

Color Harmonies of #DB90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB90DC

Black with #DB90DC

Text Example


Text Example

White with #DB90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB90DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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