#D369F9

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

Shades of Heliotrope #D369F9

Tints of Heliotrope #D369F9

Color information

#D369F9 (or 0xD369F9) is unknown color: approx Heliotrope. HEX triplet: D3, 69 and F9. RGB value is (211,105,249). Sum of RGB (Red+Green+Blue) = 211+105+249=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #D369F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369F9 is #2C9606. Grayscale: #989898. Windows color (decimal): -2921991 or 16345555. OLE color: 16345555.

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

Color convert

RGB211105249-
CMYK0.150.5800.02
HSL284.17º92.31%69.41%-
HSV(B)284.17º57.83%97.65%-
XYZ49.0130.7992.98-
YUV153.11182.12169.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.35%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=37.35%
G=18.58%
B=44.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111052490.150.5800.02284.1792.3169.41
HexD369F9F3A0211c5c45
Octal323151371177202434134105
Binary11010011110100111111001111111101001010001110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D369F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D369F9; }

 p { color: rgb(211,105,249); }

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

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

 a { background-color: rgb(211,105,249); }

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

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

 span { border-color: rgb(211,105,249); }

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