Html Css Color HEX #D593DA Plum

📋 copy color: '#D593DA'

red 213 ◦ green 147 ◦ blue 218

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

Shades of Plum #D593DA

Tints of Plum #D593DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 36.85%
G = 25.43%
B = 37.72%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D593DA (or 0xD593DA) is known color: Plum. HEX triplet: D5, 93 and DA. RGB value is (213,147,218). Sum of RGB (Red+Green+Blue) = 213+147+218=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D593DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DA is #2A6C25. Grayscale: #AEAEAE. Windows color (decimal): -2780198 or 14324693. OLE color: 14324693.

HSL color Cylindrical-coordinate representation of color #D593DA: hue angle of 295.77º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D593DA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 147 218 -
CMYK 0.02 0.33 0 0.15
HSL 295.77º 0.49% 0.72% -
HSV(B) 295.77º 0.33% 0.85% -
XYZ 50.53 40.08 71.4 -
YUV 174.83 152.37 155.23 -
System Red Green Blue C M Y K H S L
Decimal 213 147 218 0.02 0.33 0 0.15 295.77 0.49 0.72
Hex D5 93 DA 2 21 0 F 128 31 48
Octal 325 223 332 2 41 0 17 450 61 110
Binary 11010101 10010011 11011010 10 100001 0 1111 100101000 110001 1001000

Color Harmonies of #D593DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593DA

Black with #D593DA

Text Example


Text Example

White with #D593DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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