Html Css Color HEX #DC91DB Plum

📋 copy color: '#DC91DB'

red 220 ◦ green 145 ◦ blue 219

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

Shades of Plum #DC91DB

Tints of Plum #DC91DB

RGB

 RED value IS 220 (86.33% from 255) = 37.67%

 GREEN value IS 145 (57.03% from 255) = 24.83%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 37.67%
G = 24.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC91DB (or 0xDC91DB) is known color: Plum. HEX triplet: DC, 91 and DB. RGB value is (220,145,219). Sum of RGB (Red+Green+Blue) = 220+145+219=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91DB is #236E24. Grayscale: #AFAFAF. Windows color (decimal): -2321957 or 14389724. OLE color: 14389724.

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

Color convert

RGB 220 145 219 -
CMYK 0 0.34 0.00 0.14
HSL 300.8º 0.52% 0.72% -
HSV(B) 300.8º 0.34% 0.86% -
XYZ 52.43 40.58 72.09 -
YUV 175.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 220 145 219 0 0.34 0.00 0.14 300.8 0.52 0.72
Hex DC 91 DB 0 22 0 E 12D 34 48
Octal 334 221 333 0 42 0 16 455 64 110
Binary 11011100 10010001 11011011 0 100010 0 1110 100101101 110100 1001000

Color Harmonies of #DC91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC91DB

Black with #DC91DB

Text Example


Text Example

White with #DC91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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