#D269F3

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

Shades of Heliotrope #D269F3

Tints of Heliotrope #D269F3

Color information

#D269F3 (or 0xD269F3) is unknown color: approx Heliotrope. HEX triplet: D2, 69 and F3. RGB value is (210,105,243). Sum of RGB (Red+Green+Blue) = 210+105+243=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #D269F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D269F3 is #2D960C. Grayscale: #979797. Windows color (decimal): -2987533 or 15952338. OLE color: 15952338.

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

Color convert

RGB210105243-
CMYK0.140.5700.05
HSL285.65º85.19%68.24%-
HSV(B)285.65º56.79%95.29%-
XYZ47.8130.2888.12-
YUV152.13179.29169.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.63%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=37.63%
G=18.82%
B=43.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101052430.140.5700.05285.6585.1968.24
HexD269F3E390511e5544
Octal322151363167105436125104
Binary110100101101001111100111110111001010110001111010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D269F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D269F3; }

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

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

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

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

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

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

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

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