Html Css Color HEX #DD93D2 Plum

📋 copy color: '#DD93D2'

red 221 ◦ green 147 ◦ blue 210

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

Shades of Plum #DD93D2

Tints of Plum #DD93D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.33%

R = 38.24%
G = 25.43%
B = 36.33%

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

#DD93D2 (or 0xDD93D2) is known color: Plum. HEX triplet: DD, 93 and D2. RGB value is (221,147,210). Sum of RGB (Red+Green+Blue) = 221+147+210=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D2 is #226C2D. Grayscale: #B0B0B0. Windows color (decimal): -2255918 or 13800413. OLE color: 13800413.

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

Color convert

RGB 221 147 210 -
CMYK 0 0.33 0.05 0.13
HSL 308.92º 0.52% 0.72% -
HSV(B) 308.92º 0.33% 0.87% -
XYZ 51.89 40.89 66.13 -
YUV 176.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 221 147 210 0 0.33 0.05 0.13 308.92 0.52 0.72
Hex DD 93 D2 0 21 5 D 135 34 48
Octal 335 223 322 0 41 5 15 465 64 110
Binary 11011101 10010011 11010010 0 100001 101 1101 100110101 110100 1001000

Color Harmonies of #DD93D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93D2

Black with #DD93D2

Text Example


Text Example

White with #DD93D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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