#DE6CFD

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

Shades of Heliotrope #DE6CFD

Tints of Heliotrope #DE6CFD

Color information

#DE6CFD (or 0xDE6CFD) is unknown color: approx Heliotrope. HEX triplet: DE, 6C and FD. RGB value is (222,108,253). Sum of RGB (Red+Green+Blue) = 222+108+253=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6CFD is #219302. Grayscale: #9E9E9E. Windows color (decimal): -2200323 or 16608478. OLE color: 16608478.

HSL color Cylindrical-coordinate representation of color #DE6CFD: hue angle of 287.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE6CFD is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222108253-
CMYK0.120.5700.01
HSL287.17º97.32%70.78%-
HSV(B)287.17º57.31%99.22%-
XYZ53.2233.3596.56-
YUV158.62181.27173.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 108 (42.58% from 255) = 18.52%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=38.08%
G=18.52%
B=43.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221082530.120.5700.01287.1797.3270.78
HexDE6CFDC390111f6147
Octal336154375147101437141107
Binary1101111011011001111110111001110010110001111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CFD; }

 p { color: rgb(222,108,253); }

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

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

 a { background-color: rgb(222,108,253); }

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

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

 span { border-color: rgb(222,108,253); }

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