Html Css Color HEX #DC91E5 Plum

📋 copy color: '#DC91E5'

red 220 ◦ green 145 ◦ blue 229

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

Shades of Plum #DC91E5

Tints of Plum #DC91E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.55%

R = 37.04%
G = 24.41%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC91E5 (or 0xDC91E5) is known color: Plum. HEX triplet: DC, 91 and E5. RGB value is (220,145,229). Sum of RGB (Red+Green+Blue) = 220+145+229=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91E5 is #236E1A. Grayscale: #B0B0B0. Windows color (decimal): -2321947 or 15045084. OLE color: 15045084.

HSL color Cylindrical-coordinate representation of color #DC91E5: hue angle of 293.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC91E5 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 145 229 -
CMYK 0.04 0.37 0 0.10
HSL 293.57º 0.62% 0.73% -
HSV(B) 293.57º 0.37% 0.9% -
XYZ 53.78 41.12 79.23 -
YUV 177 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 220 145 229 0.04 0.37 0 0.10 293.57 0.62 0.73
Hex DC 91 E5 4 25 0 A 126 3E 49
Octal 334 221 345 4 45 0 12 446 76 111
Binary 11011100 10010001 11100101 100 100101 0 1010 100100110 111110 1001001

Color Harmonies of #DC91E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC91E5

Black with #DC91E5

Text Example


Text Example

White with #DC91E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC91E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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