#D484E5

Color #D484E5 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #D484E5

Tints of Violet #D484E5

Color information

#D484E5 (or 0xD484E5) is unknown color: approx Violet. HEX triplet: D4, 84 and E5. RGB value is (212,132,229). Sum of RGB (Red+Green+Blue) = 212+132+229=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #D484E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484E5 is #2B7B1A. Grayscale: #A6A6A6. Windows color (decimal): -2849563 or 15041748. OLE color: 15041748.

HSL color Cylindrical-coordinate representation of color #D484E5: hue angle of 289.48º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D484E5 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212132229-
CMYK0.070.4200.10
HSL289.48º65.1%70.78%-
HSV(B)289.48º42.36%89.8%-
XYZ49.5536.1678.5-
YUV166.98163160.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=37.00%
G=23.04%
B=39.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121322290.070.4200.10289.4865.170.78
HexD484E572A0A1214147
Octal324204345752012441101107
Binary1101010010000100111001011111010100101010010000110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D484E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D484E5; }

 p { color: rgb(212,132,229); }

 H1.HeaderClassName
 {
   color: #D484E5;
 }
 .AnyTagClassName
 {
   color: #D484E5;
 }
</style>
background-color css

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

 a { background-color: rgb(212,132,229); }

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

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

 span { border-color: rgb(212,132,229); }

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