Html Css Color HEX #DD93CE Plum

📋 copy color: '#DD93CE'

red 221 ◦ green 147 ◦ blue 206

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

Shades of Plum #DD93CE

Tints of Plum #DD93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 38.5%
G = 25.61%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD93CE (or 0xDD93CE) is known color: Plum. HEX triplet: DD, 93 and CE. RGB value is (221,147,206). Sum of RGB (Red+Green+Blue) = 221+147+206=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93CE is #226C31. Grayscale: #AFAFAF. Windows color (decimal): -2255922 or 13538269. OLE color: 13538269.

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

Color convert

RGB 221 147 206 -
CMYK 0 0.33 0.07 0.13
HSL 312.16º 0.52% 0.72% -
HSV(B) 312.16º 0.33% 0.87% -
XYZ 51.39 40.7 63.54 -
YUV 175.85 145.02 160.2 -
System Red Green Blue C M Y K H S L
Decimal 221 147 206 0 0.33 0.07 0.13 312.16 0.52 0.72
Hex DD 93 CE 0 21 7 D 138 34 48
Octal 335 223 316 0 41 7 15 470 64 110
Binary 11011101 10010011 11001110 0 100001 111 1101 100111000 110100 1001000

Color Harmonies of #DD93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93CE

Black with #DD93CE

Text Example


Text Example

White with #DD93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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