Html Css Color HEX #D393D7 Plum

📋 copy color: '#D393D7'

red 211 ◦ green 147 ◦ blue 215

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

Shades of Plum #D393D7

Tints of Plum #D393D7

RGB

 RED value IS 211 (82.81% from 255) = 36.82%

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

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 36.82%
G = 25.65%
B = 37.52%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D393D7 (or 0xD393D7) is known color: Plum. HEX triplet: D3, 93 and D7. RGB value is (211,147,215). Sum of RGB (Red+Green+Blue) = 211+147+215=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #D393D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D393D7 is #2C6C28. Grayscale: #ADADAD. Windows color (decimal): -2911273 or 14128083. OLE color: 14128083.

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

Color convert

RGB 211 147 215 -
CMYK 0.02 0.32 0 0.16
HSL 296.47º 0.46% 0.71% -
HSV(B) 296.47º 0.32% 0.84% -
XYZ 49.56 39.62 69.33 -
YUV 173.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 211 147 215 0.02 0.32 0 0.16 296.47 0.46 0.71
Hex D3 93 D7 2 20 0 10 128 2E 47
Octal 323 223 327 2 40 0 20 450 56 107
Binary 11010011 10010011 11010111 10 100000 0 10000 100101000 101110 1000111

Color Harmonies of #D393D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D393D7

Black with #D393D7

Text Example


Text Example

White with #D393D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D393D7; }

 p { color: rgb(211,147,215); }

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

background-color css

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

 a { background-color: rgb(211,147,215); }

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

border-color css

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

 span { border-color: rgb(211,147,215); }

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