Html Css Color HEX #D193D8 Plum

📋 copy color: '#D193D8'

red 209 ◦ green 147 ◦ blue 216

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

Shades of Plum #D193D8

Tints of Plum #D193D8

RGB

 RED value IS 209 (82.03% from 255) = 36.54%

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

 BLUE value IS 216 (84.77% from 255) = 37.76%

R = 36.54%
G = 25.7%
B = 37.76%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D193D8 (or 0xD193D8) is known color: Plum. HEX triplet: D1, 93 and D8. RGB value is (209,147,216). Sum of RGB (Red+Green+Blue) = 209+147+216=572 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.54% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D193D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D8 is #2E6C27. Grayscale: #ADADAD. Windows color (decimal): -3042344 or 14193617. OLE color: 14193617.

HSL color Cylindrical-coordinate representation of color #D193D8: hue angle of 293.91º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D193D8 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 147 216 -
CMYK 0.03 0.32 0 0.15
HSL 293.91º 0.47% 0.71% -
HSV(B) 293.91º 0.32% 0.85% -
XYZ 49.12 39.38 69.98 -
YUV 173.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 209 147 216 0.03 0.32 0 0.15 293.91 0.47 0.71
Hex D1 93 D8 3 20 0 F 126 2F 47
Octal 321 223 330 3 40 0 17 446 57 107
Binary 11010001 10010011 11011000 11 100000 0 1111 100100110 101111 1000111

Color Harmonies of #D193D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D193D8

Black with #D193D8

Text Example


Text Example

White with #D193D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D193D8; }

 p { color: rgb(209,147,216); }

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

background-color css

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

 a { background-color: rgb(209,147,216); }

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

border-color css

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

 span { border-color: rgb(209,147,216); }

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