#D25FEA

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

Shades of Heliotrope #D25FEA

Tints of Heliotrope #D25FEA

Color information

#D25FEA (or 0xD25FEA) is unknown color: approx Heliotrope. HEX triplet: D2, 5F and EA. RGB value is (210,95,234). Sum of RGB (Red+Green+Blue) = 210+95+234=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #D25FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25FEA is #2DA015. Grayscale: #909090. Windows color (decimal): -2990102 or 15359954. OLE color: 15359954.

HSL color Cylindrical-coordinate representation of color #D25FEA: hue angle of 289.64º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25FEA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21095234-
CMYK0.100.5900.08
HSL289.64º76.8%64.51%-
HSV(B)289.64º59.4%91.76%-
XYZ45.5227.8380.81-
YUV145.23178.1174.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=38.96%
G=17.63%
B=43.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal210952340.100.5900.08289.6476.864.51
HexD25FEAA3B081224d41
Octal3221373521273010442115101
Binary1101001010111111110101010101110110100010010001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25FEA; }

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

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

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

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

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

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

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

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