#D269FA

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

Shades of Heliotrope #D269FA

Tints of Heliotrope #D269FA

Color information

#D269FA (or 0xD269FA) is unknown color: approx Heliotrope. HEX triplet: D2, 69 and FA. RGB value is (210,105,250). Sum of RGB (Red+Green+Blue) = 210+105+250=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #D269FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269FA is #2D9605. Grayscale: #989898. Windows color (decimal): -2987526 or 16411090. OLE color: 16411090.

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

Color convert

RGB210105250-
CMYK0.160.5800.02
HSL283.45º93.55%69.61%-
HSV(B)283.45º58%98.04%-
XYZ48.8930.7193.79-
YUV152.93182.79168.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=37.17%
G=18.58%
B=44.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2101052500.160.5800.02283.4593.5569.61
HexD269FA103A0211b5e46
Octal322151372207202433136106
Binary110100101101001111110101000011101001010001101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269FA; }

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

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

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

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

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

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

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

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