Html Css Color HEX #DC91E6 Plum

📋 copy color: '#DC91E6'

red 220 ◦ green 145 ◦ blue 230

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

Shades of Plum #DC91E6

Tints of Plum #DC91E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.66%

R = 36.97%
G = 24.37%
B = 38.66%

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

#DC91E6 (or 0xDC91E6) is known color: Plum. HEX triplet: DC, 91 and E6. RGB value is (220,145,230). Sum of RGB (Red+Green+Blue) = 220+145+230=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC91E6 is #236E19. Grayscale: #B0B0B0. Windows color (decimal): -2321946 or 15110620. OLE color: 15110620.

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

Color convert

RGB 220 145 230 -
CMYK 0.04 0.37 0 0.10
HSL 292.94º 0.63% 0.74% -
HSV(B) 292.94º 0.37% 0.9% -
XYZ 53.92 41.18 79.97 -
YUV 177.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 220 145 230 0.04 0.37 0 0.10 292.94 0.63 0.74
Hex DC 91 E6 4 25 0 A 125 3F 4A
Octal 334 221 346 4 45 0 12 445 77 112
Binary 11011100 10010001 11100110 100 100101 0 1010 100100101 111111 1001010

Color Harmonies of #DC91E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC91E6

Black with #DC91E6

Text Example


Text Example

White with #DC91E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC91E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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