#D26DFA

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

Shades of Heliotrope #D26DFA

Tints of Heliotrope #D26DFA

Color information

#D26DFA (or 0xD26DFA) is unknown color: approx Heliotrope. HEX triplet: D2, 6D and FA. RGB value is (210,109,250). Sum of RGB (Red+Green+Blue) = 210+109+250=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #D26DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DFA is #2D9205. Grayscale: #9A9A9A. Windows color (decimal): -2986502 or 16412114. OLE color: 16412114.

HSL color Cylindrical-coordinate representation of color #D26DFA: hue angle of 282.98º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26DFA is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB210109250-
CMYK0.160.5600.02
HSL282.98º93.38%70.39%-
HSV(B)282.98º56.4%98.04%-
XYZ49.331.5493.93-
YUV155.27181.46167.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 109 (42.97% from 255) = 19.16%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=36.91%
G=19.16%
B=43.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101092500.160.5600.02282.9893.3870.39
HexD26DFA10380211b5d46
Octal322155372207002433135106
Binary110100101101101111110101000011100001010001101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26DFA; }

 p { color: rgb(210,109,250); }

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

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

 a { background-color: rgb(210,109,250); }

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

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

 span { border-color: rgb(210,109,250); }

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