Html Css Color HEX #D494DD Plum

📋 copy color: '#D494DD'

red 212 ◦ green 148 ◦ blue 221

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

Shades of Plum #D494DD

Tints of Plum #D494DD

RGB

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

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

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

R = 36.49%
G = 25.47%
B = 38.04%

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

#D494DD (or 0xD494DD) is known color: Plum. HEX triplet: D4, 94 and DD. RGB value is (212,148,221). Sum of RGB (Red+Green+Blue) = 212+148+221=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D494DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D494DD is #2B6B22. Grayscale: #AFAFAF. Windows color (decimal): -2845475 or 14521556. OLE color: 14521556.

HSL color Cylindrical-coordinate representation of color #D494DD: hue angle of 292.6º 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 #D494DD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 148 221 -
CMYK 0.04 0.33 0 0.13
HSL 292.6º 0.52% 0.72% -
HSV(B) 292.6º 0.33% 0.87% -
XYZ 50.79 40.4 73.53 -
YUV 175.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 212 148 221 0.04 0.33 0 0.13 292.6 0.52 0.72
Hex D4 94 DD 4 21 0 D 125 34 48
Octal 324 224 335 4 41 0 15 445 64 110
Binary 11010100 10010100 11011101 100 100001 0 1101 100100101 110100 1001000

Color Harmonies of #D494DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494DD

Black with #D494DD

Text Example


Text Example

White with #D494DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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