Html Css Color HEX #DD93D7 Plum

📋 copy color: '#DD93D7'

red 221 ◦ green 147 ◦ blue 215

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

Shades of Plum #DD93D7

Tints of Plum #DD93D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.88%

R = 37.91%
G = 25.21%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD93D7 (or 0xDD93D7) is known color: Plum. HEX triplet: DD, 93 and D7. RGB value is (221,147,215). Sum of RGB (Red+Green+Blue) = 221+147+215=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D7 is #226C28. Grayscale: #B0B0B0. Windows color (decimal): -2255913 or 14128093. OLE color: 14128093.

HSL color Cylindrical-coordinate representation of color #DD93D7: hue angle of 304.86º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93D7 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 215 -
CMYK 0 0.33 0.03 0.13
HSL 304.86º 0.52% 0.72% -
HSV(B) 304.86º 0.33% 0.87% -
XYZ 52.52 41.15 69.46 -
YUV 176.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 221 147 215 0 0.33 0.03 0.13 304.86 0.52 0.72
Hex DD 93 D7 0 21 3 D 131 34 48
Octal 335 223 327 0 41 3 15 461 64 110
Binary 11011101 10010011 11010111 0 100001 11 1101 100110001 110100 1001000

Color Harmonies of #DD93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93D7

Black with #DD93D7

Text Example


Text Example

White with #DD93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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