#D069F1

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

Shades of Heliotrope #D069F1

Tints of Heliotrope #D069F1

Color information

#D069F1 (or 0xD069F1) is unknown color: approx Heliotrope. HEX triplet: D0, 69 and F1. RGB value is (208,105,241). Sum of RGB (Red+Green+Blue) = 208+105+241=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 105 (41.41% from 255 or 18.95% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #D069F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069F1 is #2F960E. Grayscale: #969696. Windows color (decimal): -3118607 or 15821264. OLE color: 15821264.

HSL color Cylindrical-coordinate representation of color #D069F1: hue angle of 285.44º 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 #D069F1 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB208105241-
CMYK0.140.5600.05
HSL285.44º82.93%67.84%-
HSV(B)285.44º56.43%94.51%-
XYZ46.9429.8686.51-
YUV151.3178.62168.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 105 (41.41% from 255) = 18.95%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=37.55%
G=18.95%
B=43.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2081052410.140.5600.05285.4482.9367.84
HexD069F1E380511d5344
Octal320151361167005435123104
Binary110100001101001111100011110111000010110001110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069F1; }

 p { color: rgb(208,105,241); }

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

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

 a { background-color: rgb(208,105,241); }

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

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

 span { border-color: rgb(208,105,241); }

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