#DB69F1

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

Shades of Heliotrope #DB69F1

Tints of Heliotrope #DB69F1

Color information

#DB69F1 (or 0xDB69F1) is unknown color: approx Heliotrope. HEX triplet: DB, 69 and F1. RGB value is (219,105,241). Sum of RGB (Red+Green+Blue) = 219+105+241=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 105 (41.41% from 255 or 18.58% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB69F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F1 is #24960E. Grayscale: #9A9A9A. Windows color (decimal): -2397711 or 15821275. OLE color: 15821275.

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

Color convert

RGB219105241-
CMYK0.090.5600.05
HSL290.29º82.93%67.84%-
HSV(B)290.29º56.43%94.51%-
XYZ50.1431.5186.66-
YUV154.59176.77173.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 105 (41.41% from 255) = 18.58%
BLUE value IS 241 (94.53% from 255) = 42.65%
R=38.76%
G=18.58%
B=42.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191052410.090.5600.05290.2982.9367.84
HexDB69F1938051225344
Octal333151361117005442123104
Binary110110111101001111100011001111000010110010001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB69F1; }

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

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

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

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

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

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

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

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