#D069FF

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

Shades of Heliotrope #D069FF

Tints of Heliotrope #D069FF

Color information

#D069FF (or 0xD069FF) is unknown color: approx Heliotrope. HEX triplet: D0, 69 and FF. RGB value is (208,105,255). Sum of RGB (Red+Green+Blue) = 208+105+255=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #D069FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069FF is #2F9600. Grayscale: #989898. Windows color (decimal): -3118593 or 16738768. OLE color: 16738768.

HSL color Cylindrical-coordinate representation of color #D069FF: hue angle of 281.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D069FF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208105255-
CMYK0.180.5900
HSL281.2º100%70.59%-
HSV(B)281.2º58.82%100%-
XYZ49.1130.7397.95-
YUV152.9185.62167.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.62%
GREEN value IS 105 (41.41% from 255) = 18.49%
BLUE value IS 255 (100% from 255) = 44.89%
R=36.62%
G=18.49%
B=44.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081052550.180.5900281.210070.59
HexD069FF123B001196447
Octal320151377227300431144107
Binary11010000110100111111111100101110110010001100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069FF; }

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

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

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

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

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

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

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

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