Html Css Color HEX #D593D2 Plum

📋 copy color: '#D593D2'

red 213 ◦ green 147 ◦ blue 210

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

Shades of Plum #D593D2

Tints of Plum #D593D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.84%

R = 37.37%
G = 25.79%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D593D2 (or 0xD593D2) is known color: Plum. HEX triplet: D5, 93 and D2. RGB value is (213,147,210). Sum of RGB (Red+Green+Blue) = 213+147+210=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 213 - color contains mainly: red. Hex color #D593D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593D2 is #2A6C2D. Grayscale: #ADADAD. Windows color (decimal): -2780206 or 13800405. OLE color: 13800405.

HSL color Cylindrical-coordinate representation of color #D593D2: hue angle of 302.73º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593D2 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 147 210 -
CMYK 0 0.31 0.01 0.16
HSL 302.73º 0.44% 0.71% -
HSV(B) 302.73º 0.31% 0.84% -
XYZ 49.51 39.67 66.02 -
YUV 173.92 148.37 155.88 -
System Red Green Blue C M Y K H S L
Decimal 213 147 210 0 0.31 0.01 0.16 302.73 0.44 0.71
Hex D5 93 D2 0 1F 1 10 12F 2C 47
Octal 325 223 322 0 37 1 20 457 54 107
Binary 11010101 10010011 11010010 0 11111 1 10000 100101111 101100 1000111

Color Harmonies of #D593D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593D2

Black with #D593D2

Text Example


Text Example

White with #D593D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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