#D063EB

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

Shades of Heliotrope #D063EB

Tints of Heliotrope #D063EB

Color information

#D063EB (or 0xD063EB) is unknown color: approx Heliotrope. HEX triplet: D0, 63 and EB. RGB value is (208,99,235). Sum of RGB (Red+Green+Blue) = 208+99+235=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #D063EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D063EB is #2F9C14. Grayscale: #929292. Windows color (decimal): -3120149 or 15426512. OLE color: 15426512.

HSL color Cylindrical-coordinate representation of color #D063EB: hue angle of 288.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D063EB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20899235-
CMYK0.110.5800.08
HSL288.09º77.27%65.49%-
HSV(B)288.09º57.87%92.16%-
XYZ45.4728.3381.67-
YUV147.1177.61171.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 99 (39.06% from 255) = 18.27%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=38.38%
G=18.27%
B=43.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208992350.110.5800.08288.0977.2765.49
HexD063EBB3A081204d41
Octal3201433531372010440115101
Binary1101000011000111110101110111110100100010010000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063EB; }

 p { color: rgb(208,99,235); }

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

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

 a { background-color: rgb(208,99,235); }

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

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

 span { border-color: rgb(208,99,235); }

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