Html Css Color HEX #DD93D3 Plum

📋 copy color: '#DD93D3'

red 221 ◦ green 147 ◦ blue 211

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

Shades of Plum #DD93D3

Tints of Plum #DD93D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 38.17%
G = 25.39%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD93D3 (or 0xDD93D3) is known color: Plum. HEX triplet: DD, 93 and D3. RGB value is (221,147,211). Sum of RGB (Red+Green+Blue) = 221+147+211=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D3 is #226C2C. Grayscale: #B0B0B0. Windows color (decimal): -2255917 or 13865949. OLE color: 13865949.

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

Color convert

RGB 221 147 211 -
CMYK 0 0.33 0.05 0.13
HSL 308.11º 0.52% 0.72% -
HSV(B) 308.11º 0.33% 0.87% -
XYZ 52.01 40.94 66.79 -
YUV 176.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 221 147 211 0 0.33 0.05 0.13 308.11 0.52 0.72
Hex DD 93 D3 0 21 5 D 134 34 48
Octal 335 223 323 0 41 5 15 464 64 110
Binary 11011101 10010011 11010011 0 100001 101 1101 100110100 110100 1001000

Color Harmonies of #DD93D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93D3

Black with #DD93D3

Text Example


Text Example

White with #DD93D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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