Html Css Color HEX #D493DB Plum

📋 copy color: '#D493DB'

red 212 ◦ green 147 ◦ blue 219

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

Shades of Plum #D493DB

Tints of Plum #D493DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 36.68%
G = 25.43%
B = 37.89%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D493DB (or 0xD493DB) is known color: Plum. HEX triplet: D4, 93 and DB. RGB value is (212,147,219). Sum of RGB (Red+Green+Blue) = 212+147+219=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D493DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D493DB is #2B6C24. Grayscale: #AEAEAE. Windows color (decimal): -2845733 or 14390228. OLE color: 14390228.

HSL color Cylindrical-coordinate representation of color #D493DB: hue angle of 294.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D493DB is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 147 219 -
CMYK 0.03 0.33 0 0.14
HSL 294.17º 0.5% 0.72% -
HSV(B) 294.17º 0.33% 0.86% -
XYZ 50.37 39.98 72.08 -
YUV 174.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 212 147 219 0.03 0.33 0 0.14 294.17 0.5 0.72
Hex D4 93 DB 3 21 0 E 126 32 48
Octal 324 223 333 3 41 0 16 446 62 110
Binary 11010100 10010011 11011011 11 100001 0 1110 100100110 110010 1001000

Color Harmonies of #D493DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493DB

Black with #D493DB

Text Example


Text Example

White with #D493DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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