#D25EF4

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

Shades of Heliotrope #D25EF4

Tints of Heliotrope #D25EF4

Color information

#D25EF4 (or 0xD25EF4) is unknown color: approx Heliotrope. HEX triplet: D2, 5E and F4. RGB value is (210,94,244). Sum of RGB (Red+Green+Blue) = 210+94+244=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #D25EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EF4 is #2DA10B. Grayscale: #919191. Windows color (decimal): -2990348 or 16015058. OLE color: 16015058.

HSL color Cylindrical-coordinate representation of color #D25EF4: hue angle of 286.4º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25EF4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21094244-
CMYK0.140.6100.04
HSL286.4º87.21%66.27%-
HSV(B)286.4º61.48%95.69%-
XYZ46.9128.2488.57-
YUV145.78183.43173.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 94 (37.11% from 255) = 17.15%
BLUE value IS 244 (95.70% from 255) = 44.53%
R=38.32%
G=17.15%
B=44.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal210942440.140.6100.04286.487.2166.27
HexD25EF4E3D0411e5742
Octal322136364167504436127102
Binary110100101011110111101001110111101010010001111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EF4; }

 p { color: rgb(210,94,244); }

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

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

 a { background-color: rgb(210,94,244); }

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

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

 span { border-color: rgb(210,94,244); }

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