#D25AF0

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

Shades of Heliotrope #D25AF0

Tints of Heliotrope #D25AF0

Color information

#D25AF0 (or 0xD25AF0) is unknown color: approx Heliotrope. HEX triplet: D2, 5A and F0. RGB value is (210,90,240). Sum of RGB (Red+Green+Blue) = 210+90+240=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #D25AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AF0 is #2DA50F. Grayscale: #8E8E8E. Windows color (decimal): -2991376 or 15751890. OLE color: 15751890.

HSL color Cylindrical-coordinate representation of color #D25AF0: hue angle of 288º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D25AF0 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21090240-
CMYK0.120.6200.06
HSL288º83.33%64.71%-
HSV(B)288º62.5%94.12%-
XYZ45.9627.3185.29-
YUV142.98182.76175.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.89%
GREEN value IS 90 (35.55% from 255) = 16.67%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=38.89%
G=16.67%
B=44.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210902400.120.6200.0628883.3364.71
HexD25AF0C3E061205341
Octal322132360147606440123101
Binary110100101011010111100001100111110011010010000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25AF0; }

 p { color: rgb(210,90,240); }

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

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

 a { background-color: rgb(210,90,240); }

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

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

 span { border-color: rgb(210,90,240); }

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