Html Css Color HEX #D593DB Plum

📋 copy color: '#D593DB'

red 213 ◦ green 147 ◦ blue 219

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

Shades of Plum #D593DB

Tints of Plum #D593DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 36.79%
G = 25.39%
B = 37.82%

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

#D593DB (or 0xD593DB) is known color: Plum. HEX triplet: D5, 93 and DB. RGB value is (213,147,219). Sum of RGB (Red+Green+Blue) = 213+147+219=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D593DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593DB is #2A6C24. Grayscale: #AEAEAE. Windows color (decimal): -2780197 or 14390229. OLE color: 14390229.

HSL color Cylindrical-coordinate representation of color #D593DB: hue angle of 295º degrees, saturation: 0.5, 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 #D593DB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 147 219 -
CMYK 0.03 0.33 0 0.14
HSL 295º 0.5% 0.72% -
HSV(B) 295º 0.33% 0.86% -
XYZ 50.66 40.13 72.09 -
YUV 174.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 213 147 219 0.03 0.33 0 0.14 295 0.5 0.72
Hex D5 93 DB 3 21 0 E 127 32 48
Octal 325 223 333 3 41 0 16 447 62 110
Binary 11010101 10010011 11011011 11 100001 0 1110 100100111 110010 1001000

Color Harmonies of #D593DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593DB

Black with #D593DB

Text Example


Text Example

White with #D593DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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