Html Css Color HEX #DD93EA Plum

📋 copy color: '#DD93EA'

red 221 ◦ green 147 ◦ blue 234

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

Shades of Plum #DD93EA

Tints of Plum #DD93EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.42%

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 36.71%
G = 24.42%
B = 38.87%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD93EA (or 0xDD93EA) is known color: Plum. HEX triplet: DD, 93 and EA. RGB value is (221,147,234). Sum of RGB (Red+Green+Blue) = 221+147+234=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93EA is #226C15. Grayscale: #B2B2B2. Windows color (decimal): -2255894 or 15373277. OLE color: 15373277.

HSL color Cylindrical-coordinate representation of color #DD93EA: hue angle of 291.03º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD93EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 147 234 -
CMYK 0.06 0.37 0 0.08
HSL 291.03º 0.67% 0.75% -
HSV(B) 291.03º 0.37% 0.92% -
XYZ 55.1 42.18 83.08 -
YUV 179.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 221 147 234 0.06 0.37 0 0.08 291.03 0.67 0.75
Hex DD 93 EA 6 25 0 8 123 43 4B
Octal 335 223 352 6 45 0 10 443 103 113
Binary 11011101 10010011 11101010 110 100101 0 1000 100100011 1000011 1001011

Color Harmonies of #DD93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93EA

Black with #DD93EA

Text Example


Text Example

White with #DD93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93EA; }

 p { color: rgb(221,147,234); }

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

background-color css

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

 a { background-color: rgb(221,147,234); }

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

border-color css

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

 span { border-color: rgb(221,147,234); }

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