Html Css Color HEX #D593DC Plum

📋 copy color: '#D593DC'

red 213 ◦ green 147 ◦ blue 220

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

Shades of Plum #D593DC

Tints of Plum #D593DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 36.72%
G = 25.34%
B = 37.93%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D593DC (or 0xD593DC) is known color: Plum. HEX triplet: D5, 93 and DC. RGB value is (213,147,220). Sum of RGB (Red+Green+Blue) = 213+147+220=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D593DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DC is #2A6C23. Grayscale: #AEAEAE. Windows color (decimal): -2780196 or 14455765. OLE color: 14455765.

HSL color Cylindrical-coordinate representation of color #D593DC: hue angle of 294.25º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D593DC is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 147 220 -
CMYK 0.03 0.33 0 0.14
HSL 294.25º 0.51% 0.72% -
HSV(B) 294.25º 0.33% 0.86% -
XYZ 50.79 40.18 72.79 -
YUV 175.06 153.37 155.06 -
System Red Green Blue C M Y K H S L
Decimal 213 147 220 0.03 0.33 0 0.14 294.25 0.51 0.72
Hex D5 93 DC 3 21 0 E 126 33 48
Octal 325 223 334 3 41 0 16 446 63 110
Binary 11010101 10010011 11011100 11 100001 0 1110 100100110 110011 1001000

Color Harmonies of #D593DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593DC

Black with #D593DC

Text Example


Text Example

White with #D593DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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