Html Css Color HEX #DD93DE Plum

📋 copy color: '#DD93DE'

red 221 ◦ green 147 ◦ blue 222

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

Shades of Plum #DD93DE

Tints of Plum #DD93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.63%

R = 37.46%
G = 24.92%
B = 37.63%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD93DE (or 0xDD93DE) is known color: Plum. HEX triplet: DD, 93 and DE. RGB value is (221,147,222). Sum of RGB (Red+Green+Blue) = 221+147+222=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DE is #226C21. Grayscale: #B1B1B1. Windows color (decimal): -2255906 or 14586845. OLE color: 14586845.

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

Color convert

RGB 221 147 222 -
CMYK 0.00 0.34 0 0.13
HSL 299.2º 0.53% 0.72% -
HSV(B) 299.2º 0.34% 0.87% -
XYZ 53.44 41.51 74.3 -
YUV 177.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 221 147 222 0.00 0.34 0 0.13 299.2 0.53 0.72
Hex DD 93 DE 0 22 0 D 12B 35 48
Octal 335 223 336 0 42 0 15 453 65 110
Binary 11011101 10010011 11011110 0 100010 0 1101 100101011 110101 1001000

Color Harmonies of #DD93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93DE

Black with #DD93DE

Text Example


Text Example

White with #DD93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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