#DE83FB

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

Shades of Heliotrope #DE83FB

Tints of Heliotrope #DE83FB

Color information

#DE83FB (or 0xDE83FB) is unknown color: approx Heliotrope. HEX triplet: DE, 83 and FB. RGB value is (222,131,251). Sum of RGB (Red+Green+Blue) = 222+131+251=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE83FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE83FB is #217C04. Grayscale: #ABABAB. Windows color (decimal): -2194437 or 16483294. OLE color: 16483294.

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

Color convert

RGB222131251-
CMYK0.120.4800.02
HSL285.5º93.75%74.9%-
HSV(B)285.5º47.81%98.43%-
XYZ55.6538.7395.81-
YUV171.89172.65163.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 131 (51.56% from 255) = 21.69%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=36.75%
G=21.69%
B=41.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221312510.120.4800.02285.593.7574.9
HexDE83FBC300211e5e4b
Octal336203373146002436136113
Binary110111101000001111111011110011000001010001111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE83FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE83FB; }

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

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

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

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

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

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

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

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