Html Css Color HEX #DD93DA Plum

📋 copy color: '#DD93DA'

red 221 ◦ green 147 ◦ blue 218

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

Shades of Plum #DD93DA

Tints of Plum #DD93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.2%

R = 37.71%
G = 25.09%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD93DA (or 0xDD93DA) is known color: Plum. HEX triplet: DD, 93 and DA. RGB value is (221,147,218). Sum of RGB (Red+Green+Blue) = 221+147+218=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DA is #226C25. Grayscale: #B1B1B1. Windows color (decimal): -2255910 or 14324701. OLE color: 14324701.

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

Color convert

RGB 221 147 218 -
CMYK 0 0.33 0.01 0.13
HSL 302.43º 0.52% 0.72% -
HSV(B) 302.43º 0.33% 0.87% -
XYZ 52.91 41.3 71.51 -
YUV 177.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 221 147 218 0 0.33 0.01 0.13 302.43 0.52 0.72
Hex DD 93 DA 0 21 1 D 12E 34 48
Octal 335 223 332 0 41 1 15 456 64 110
Binary 11011101 10010011 11011010 0 100001 1 1101 100101110 110100 1001000

Color Harmonies of #DD93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93DA

Black with #DD93DA

Text Example


Text Example

White with #DD93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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