#D25FEB

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

Shades of Heliotrope #D25FEB

Tints of Heliotrope #D25FEB

Color information

#D25FEB (or 0xD25FEB) is unknown color: approx Heliotrope. HEX triplet: D2, 5F and EB. RGB value is (210,95,235). Sum of RGB (Red+Green+Blue) = 210+95+235=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEB is #2DA014. Grayscale: #909090. Windows color (decimal): -2990101 or 15425490. OLE color: 15425490.

HSL color Cylindrical-coordinate representation of color #D25FEB: hue angle of 289.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25FEB is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21095235-
CMYK0.110.6000.08
HSL289.29º77.78%64.71%-
HSV(B)289.29º59.57%92.16%-
XYZ45.6727.8881.57-
YUV145.34178.6174.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=38.89%
G=17.59%
B=43.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210952350.110.6000.08289.2977.7864.71
HexD25FEBB3C081214e41
Octal3221373531374010441116101
Binary1101001010111111110101110111111000100010010000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FEB; }

 p { color: rgb(210,95,235); }

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

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

 a { background-color: rgb(210,95,235); }

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

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

 span { border-color: rgb(210,95,235); }

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