Html Css Color HEX #D593DD Plum

📋 copy color: '#D593DD'

red 213 ◦ green 147 ◦ blue 221

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

Shades of Plum #D593DD

Tints of Plum #D593DD

RGB

 RED value IS 213 (83.59% from 255) = 36.66%

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 36.66%
G = 25.3%
B = 38.04%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D593DD (or 0xD593DD) is known color: Plum. HEX triplet: D5, 93 and DD. RGB value is (213,147,221). Sum of RGB (Red+Green+Blue) = 213+147+221=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DD is #2A6C22. Grayscale: #AEAEAE. Windows color (decimal): -2780195 or 14521301. OLE color: 14521301.

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

Color convert

RGB 213 147 221 -
CMYK 0.04 0.33 0 0.13
HSL 293.51º 0.52% 0.72% -
HSV(B) 293.51º 0.33% 0.87% -
XYZ 50.93 40.23 73.49 -
YUV 175.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 213 147 221 0.04 0.33 0 0.13 293.51 0.52 0.72
Hex D5 93 DD 4 21 0 D 126 34 48
Octal 325 223 335 4 41 0 15 446 64 110
Binary 11010101 10010011 11011101 100 100001 0 1101 100100110 110100 1001000

Color Harmonies of #D593DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593DD

Black with #D593DD

Text Example


Text Example

White with #D593DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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