Html Css Color HEX #D493D8 Plum

📋 copy color: '#D493D8'

red 212 ◦ green 147 ◦ blue 216

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

Shades of Plum #D493D8

Tints of Plum #D493D8

RGB

 RED value IS 212 (83.2% from 255) = 36.87%

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

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

R = 36.87%
G = 25.57%
B = 37.57%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D493D8 (or 0xD493D8) is known color: Plum. HEX triplet: D4, 93 and D8. RGB value is (212,147,216). Sum of RGB (Red+Green+Blue) = 212+147+216=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 216 (84.77% from 255 or 37.57% from 575); Max value from RGB is 216 - color contains mainly: blue. Hex color #D493D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493D8 is #2B6C27. Grayscale: #AEAEAE. Windows color (decimal): -2845736 or 14193620. OLE color: 14193620.

HSL color Cylindrical-coordinate representation of color #D493D8: hue angle of 296.52º 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 #D493D8 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 147 216 -
CMYK 0.02 0.32 0 0.15
HSL 296.52º 0.47% 0.71% -
HSV(B) 296.52º 0.32% 0.85% -
XYZ 49.98 39.82 70.02 -
YUV 174.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 212 147 216 0.02 0.32 0 0.15 296.52 0.47 0.71
Hex D4 93 D8 2 20 0 F 129 2F 47
Octal 324 223 330 2 40 0 17 451 57 107
Binary 11010100 10010011 11011000 10 100000 0 1111 100101001 101111 1000111

Color Harmonies of #D493D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493D8

Black with #D493D8

Text Example


Text Example

White with #D493D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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