#D26AF1

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

Shades of Heliotrope #D26AF1

Tints of Heliotrope #D26AF1

Color information

#D26AF1 (or 0xD26AF1) is unknown color: approx Heliotrope. HEX triplet: D2, 6A and F1. RGB value is (210,106,241). Sum of RGB (Red+Green+Blue) = 210+106+241=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #D26AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AF1 is #2D950E. Grayscale: #989898. Windows color (decimal): -2987279 or 15821522. OLE color: 15821522.

HSL color Cylindrical-coordinate representation of color #D26AF1: hue angle of 286.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D26AF1 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210106241-
CMYK0.130.5600.05
HSL286.22º82.82%68.04%-
HSV(B)286.22º56.02%94.51%-
XYZ47.6130.3686.57-
YUV152.49177.96169.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 106 (41.80% from 255) = 19.03%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=37.70%
G=19.03%
B=43.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101062410.130.5600.05286.2282.8268.04
HexD26AF1D380511e5344
Octal322152361157005436123104
Binary110100101101010111100011101111000010110001111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D26AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D26AF1; }

 p { color: rgb(210,106,241); }

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

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

 a { background-color: rgb(210,106,241); }

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

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

 span { border-color: rgb(210,106,241); }

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