Html Css Color HEX #D494D3 Plum

📋 copy color: '#D494D3'

red 212 ◦ green 148 ◦ blue 211

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

Shades of Plum #D494D3

Tints of Plum #D494D3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.92%

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 37.13%
G = 25.92%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D494D3 (or 0xD494D3) is known color: Plum. HEX triplet: D4, 94 and D3. RGB value is (212,148,211). Sum of RGB (Red+Green+Blue) = 212+148+211=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D494D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494D3 is #2B6B2C. Grayscale: #AEAEAE. Windows color (decimal): -2845485 or 13866196. OLE color: 13866196.

HSL color Cylindrical-coordinate representation of color #D494D3: hue angle of 300.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494D3 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 211 -
CMYK 0 0.30 0.00 0.17
HSL 300.94º 0.43% 0.71% -
HSV(B) 300.94º 0.3% 0.83% -
XYZ 49.5 39.88 66.72 -
YUV 174.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 212 148 211 0 0.30 0.00 0.17 300.94 0.43 0.71
Hex D4 94 D3 0 1E 0 11 12D 2B 47
Octal 324 224 323 0 36 0 21 455 53 107
Binary 11010100 10010100 11010011 0 11110 0 10001 100101101 101011 1000111

Color Harmonies of #D494D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494D3

Black with #D494D3

Text Example


Text Example

White with #D494D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494D3; }

 p { color: rgb(212,148,211); }

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

background-color css

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

 a { background-color: rgb(212,148,211); }

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

border-color css

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

 span { border-color: rgb(212,148,211); }

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