Html Css Color HEX #DD91E6 Plum

📋 copy color: '#DD91E6'

red 221 ◦ green 145 ◦ blue 230

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

Shades of Plum #DD91E6

Tints of Plum #DD91E6

RGB

 RED value IS 221 (86.72% from 255) = 37.08%

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

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

R = 37.08%
G = 24.33%
B = 38.59%

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

#DD91E6 (or 0xDD91E6) is known color: Plum. HEX triplet: DD, 91 and E6. RGB value is (221,145,230). Sum of RGB (Red+Green+Blue) = 221+145+230=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD91E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91E6 is #226E19. Grayscale: #B1B1B1. Windows color (decimal): -2256410 or 15110621. OLE color: 15110621.

HSL color Cylindrical-coordinate representation of color #DD91E6: hue angle of 293.65º 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 #DD91E6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 145 230 -
CMYK 0.04 0.37 0 0.10
HSL 293.65º 0.63% 0.74% -
HSV(B) 293.65º 0.37% 0.9% -
XYZ 54.23 41.34 79.98 -
YUV 177.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 221 145 230 0.04 0.37 0 0.10 293.65 0.63 0.74
Hex DD 91 E6 4 25 0 A 126 3F 4A
Octal 335 221 346 4 45 0 12 446 77 112
Binary 11011101 10010001 11100110 100 100101 0 1010 100100110 111111 1001010

Color Harmonies of #DD91E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91E6

Black with #DD91E6

Text Example


Text Example

White with #DD91E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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