Html Css Color HEX #DD93D9 Plum

📋 copy color: '#DD93D9'

red 221 ◦ green 147 ◦ blue 217

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

Shades of Plum #DD93D9

Tints of Plum #DD93D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 37.78%
G = 25.13%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD93D9 (or 0xDD93D9) is known color: Plum. HEX triplet: DD, 93 and D9. RGB value is (221,147,217). Sum of RGB (Red+Green+Blue) = 221+147+217=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D9 is #226C26. Grayscale: #B0B0B0. Windows color (decimal): -2255911 or 14259165. OLE color: 14259165.

HSL color Cylindrical-coordinate representation of color #DD93D9: hue angle of 303.24º 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 #DD93D9 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 147 217 -
CMYK 0 0.33 0.02 0.13
HSL 303.24º 0.52% 0.72% -
HSV(B) 303.24º 0.33% 0.87% -
XYZ 52.78 41.25 70.83 -
YUV 177.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 221 147 217 0 0.33 0.02 0.13 303.24 0.52 0.72
Hex DD 93 D9 0 21 2 D 12F 34 48
Octal 335 223 331 0 41 2 15 457 64 110
Binary 11011101 10010011 11011001 0 100001 10 1101 100101111 110100 1001000

Color Harmonies of #DD93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93D9

Black with #DD93D9

Text Example


Text Example

White with #DD93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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