Html Css Color HEX #DD91E7 Plum

📋 copy color: '#DD91E7'

red 221 ◦ green 145 ◦ blue 231

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

Shades of Plum #DD91E7

Tints of Plum #DD91E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.69%

R = 37.02%
G = 24.29%
B = 38.69%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DD91E7 (or 0xDD91E7) is known color: Plum. HEX triplet: DD, 91 and E7. RGB value is (221,145,231). Sum of RGB (Red+Green+Blue) = 221+145+231=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #DD91E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91E7 is #226E18. Grayscale: #B1B1B1. Windows color (decimal): -2256409 or 15176157. OLE color: 15176157.

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

Color convert

RGB 221 145 231 -
CMYK 0.04 0.37 0 0.09
HSL 293.02º 0.64% 0.74% -
HSV(B) 293.02º 0.37% 0.91% -
XYZ 54.37 41.39 80.73 -
YUV 177.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 221 145 231 0.04 0.37 0 0.09 293.02 0.64 0.74
Hex DD 91 E7 4 25 0 9 125 40 4A
Octal 335 221 347 4 45 0 11 445 100 112
Binary 11011101 10010001 11100111 100 100101 0 1001 100100101 1000000 1001010

Color Harmonies of #DD91E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91E7

Black with #DD91E7

Text Example


Text Example

White with #DD91E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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