Html Css Color HEX #D493DD Plum

📋 copy color: '#D493DD'

red 212 ◦ green 147 ◦ blue 221

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

Shades of Plum #D493DD

Tints of Plum #D493DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 36.55%
G = 25.34%
B = 38.1%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D493DD (or 0xD493DD) is known color: Plum. HEX triplet: D4, 93 and DD. RGB value is (212,147,221). Sum of RGB (Red+Green+Blue) = 212+147+221=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D493DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DD is #2B6C22. Grayscale: #AEAEAE. Windows color (decimal): -2845731 or 14521300. OLE color: 14521300.

HSL color Cylindrical-coordinate representation of color #D493DD: hue angle of 292.7º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D493DD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 147 221 -
CMYK 0.04 0.33 0 0.13
HSL 292.7º 0.52% 0.72% -
HSV(B) 292.7º 0.33% 0.87% -
XYZ 50.64 40.08 73.47 -
YUV 174.87 154.03 154.48 -
System Red Green Blue C M Y K H S L
Decimal 212 147 221 0.04 0.33 0 0.13 292.7 0.52 0.72
Hex D4 93 DD 4 21 0 D 125 34 48
Octal 324 223 335 4 41 0 15 445 64 110
Binary 11010100 10010011 11011101 100 100001 0 1101 100100101 110100 1001000

Color Harmonies of #D493DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493DD

Black with #D493DD

Text Example


Text Example

White with #D493DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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