#DB67EC

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

Shades of Heliotrope #DB67EC

Tints of Heliotrope #DB67EC

Color information

#DB67EC (or 0xDB67EC) is unknown color: approx Heliotrope. HEX triplet: DB, 67 and EC. RGB value is (219,103,236). Sum of RGB (Red+Green+Blue) = 219+103+236=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 103 (40.62% from 255 or 18.46% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB67EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB67EC is #249813. Grayscale: #989898. Windows color (decimal): -2398228 or 15493083. OLE color: 15493083.

HSL color Cylindrical-coordinate representation of color #DB67EC: hue angle of 292.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB67EC is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219103236-
CMYK0.070.5600.07
HSL292.33º77.78%66.47%-
HSV(B)292.33º56.36%92.55%-
XYZ49.230.8282.71-
YUV152.85174.93175.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 103 (40.62% from 255) = 18.46%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=39.25%
G=18.46%
B=42.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191032360.070.5600.07292.3377.7866.47
HexDB67EC738071244e42
Octal33314735477007444116102
Binary11011011110011111101100111111000011110010010010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67EC; }

 p { color: rgb(219,103,236); }

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

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

 a { background-color: rgb(219,103,236); }

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

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

 span { border-color: rgb(219,103,236); }

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