#DE5FFB

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

Shades of Heliotrope #DE5FFB

Tints of Heliotrope #DE5FFB

Color information

#DE5FFB (or 0xDE5FFB) is unknown color: approx Heliotrope. HEX triplet: DE, 5F and FB. RGB value is (222,95,251). Sum of RGB (Red+Green+Blue) = 222+95+251=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 95 (37.5% from 255 or 16.73% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE5FFB is #21A004. Grayscale: #969696. Windows color (decimal): -2203653 or 16474078. OLE color: 16474078.

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

Color convert

RGB22295251-
CMYK0.120.6200.02
HSL288.85º95.12%67.84%-
HSV(B)288.85º62.15%98.43%-
XYZ51.6330.6894.47-
YUV150.76184.58178.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 95 (37.5% from 255) = 16.73%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=39.08%
G=16.73%
B=44.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222952510.120.6200.02288.8595.1267.84
HexDE5FFBC3E021215f44
Octal336137373147602441137104
Binary11011110101111111111011110011111001010010000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5FFB; }

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

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

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

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

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

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

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

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