#D269EC

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

Shades of Heliotrope #D269EC

Tints of Heliotrope #D269EC

Color information

#D269EC (or 0xD269EC) is unknown color: approx Heliotrope. HEX triplet: D2, 69 and EC. RGB value is (210,105,236). Sum of RGB (Red+Green+Blue) = 210+105+236=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 105 (41.41% from 255 or 19.06% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #D269EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269EC is #2D9613. Grayscale: #969696. Windows color (decimal): -2987540 or 15493586. OLE color: 15493586.

HSL color Cylindrical-coordinate representation of color #D269EC: hue angle of 288.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D269EC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210105236-
CMYK0.110.5600.07
HSL288.09º77.51%66.86%-
HSV(B)288.09º55.51%92.55%-
XYZ46.7729.8682.66-
YUV151.33175.79169.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 105 (41.41% from 255) = 19.06%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=38.11%
G=19.06%
B=42.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101052360.110.5600.07288.0977.5166.86
HexD269ECB38071204e43
Octal322151354137007440116103
Binary110100101101001111011001011111000011110010000010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269EC; }

 p { color: rgb(210,105,236); }

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

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

 a { background-color: rgb(210,105,236); }

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

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

 span { border-color: rgb(210,105,236); }

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