Shades of Heliotrope #DB67F2
Tints of Heliotrope #DB67F2
RGB
CMYK
RGB Variations
Color information
#DB67F2 (or 0xDB67F2) is known color: Heliotrope. HEX triplet: DB, 67 and F2. RGB value is (219,103,242). Sum of RGB (Red+Green+Blue) = 219+103+242=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 103 (40.62% from 255 or 18.26% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB67F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB67F2 is #24980D. Grayscale: #999999. Windows color (decimal): -2398222 or 15886299. OLE color: 15886299.
HSL color Cylindrical-coordinate representation of color #DB67F2: hue angle of 290.07º degrees, saturation: 0.84, 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 #DB67F2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 103 | 242 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.05 |
| HSL | 290.07º | 0.84% | 0.68% | - |
| HSV(B) | 290.07º | 0.57% | 0.95% | - |
| XYZ | 50.09 | 31.17 | 87.38 | - |
| YUV | 153.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 242 | 0.10 | 0.57 | 0 | 0.05 | 290.07 | 0.84 | 0.68 |
| Hex | DB | 67 | F2 | A | 39 | 0 | 5 | 122 | 54 | 44 |
| Octal | 333 | 147 | 362 | 12 | 71 | 0 | 5 | 442 | 124 | 104 |
| Binary | 11011011 | 1100111 | 11110010 | 1010 | 111001 | 0 | 101 | 100100010 | 1010100 | 1000100 |
Color Harmonies of #DB67F2
Complementary color
Monochromatic Colors of #DB67F2
Black with #DB67F2
Text Example
Text Example
White with #DB67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67F2; }
p { color: rgb(219,103,242); }
H1.HeaderClassName
{
color: #DB67F2;
}
.AnyTagClassName
{
color: #DB67F2;
}
</style>
background-color css
<style>
a { background-color: #DB67F2; }
a { background-color: rgb(219,103,242); }
div.DivClassName
{
background-color: #DB67F2;
}
.BgClassName
{
background-color: #DB67F2;
}
</style>
border-color css
<style>
span { border-color: #DB67F2; }
span { border-color: rgb(219,103,242); }
td.TdClassName
{
border-color: #DB67F2;
}
.TagClassName
{
border-color: #DB67F2;
}
</style>