#DE4CFB

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

Shades of Heliotrope #DE4CFB

Tints of Heliotrope #DE4CFB

Color information

#DE4CFB (or 0xDE4CFB) is unknown color: approx Heliotrope. HEX triplet: DE, 4C and FB. RGB value is (222,76,251). Sum of RGB (Red+Green+Blue) = 222+76+251=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4CFB is #21B304. Grayscale: #8B8B8B. Windows color (decimal): -2208517 or 16469214. OLE color: 16469214.

HSL color Cylindrical-coordinate representation of color #DE4CFB: hue angle of 290.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4CFB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22276251-
CMYK0.120.7000.02
HSL290.06º95.63%64.12%-
HSV(B)290.06º69.72%98.43%-
XYZ50.1227.6693.96-
YUV139.6190.87186.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 76 (30.08% from 255) = 13.84%
BLUE value IS 251 (98.44% from 255) = 45.72%
R=40.44%
G=13.84%
B=45.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal222762510.120.7000.02290.0695.6364.12
HexDE4CFBC46021226040
Octal3361143731410602442140100
Binary110111101001100111110111100100011001010010001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4CFB; }

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

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

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

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

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

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

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

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