#DE78FB

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

Shades of Heliotrope #DE78FB

Tints of Heliotrope #DE78FB

Color information

#DE78FB (or 0xDE78FB) is unknown color: approx Heliotrope. HEX triplet: DE, 78 and FB. RGB value is (222,120,251). Sum of RGB (Red+Green+Blue) = 222+120+251=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 120 (47.27% from 255 or 20.24% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE78FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE78FB is #218704. Grayscale: #A5A5A5. Windows color (decimal): -2197253 or 16480478. OLE color: 16480478.

HSL color Cylindrical-coordinate representation of color #DE78FB: hue angle of 286.72º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE78FB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222120251-
CMYK0.120.5200.02
HSL286.72º94.24%72.75%-
HSV(B)286.72º52.19%98.43%-
XYZ54.2535.9395.34-
YUV165.43176.29168.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 120 (47.27% from 255) = 20.24%
BLUE value IS 251 (98.44% from 255) = 42.33%
R=37.44%
G=20.24%
B=42.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221202510.120.5200.02286.7294.2472.75
HexDE78FBC340211f5e49
Octal336170373146402437136111
Binary11011110111100011111011110011010001010001111110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE78FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE78FB; }

 p { color: rgb(222,120,251); }

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

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

 a { background-color: rgb(222,120,251); }

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

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

 span { border-color: rgb(222,120,251); }

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